[GRASS-SVN] r63285 - grass/branches/releasebranch_7_0/temporal/t.vect.export

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 28 23:39:09 PST 2014


Author: lucadelu
Date: 2014-11-28 23:39:09 -0800 (Fri, 28 Nov 2014)
New Revision: 63285

Modified:
   grass/branches/releasebranch_7_0/temporal/t.vect.export/t.vect.export.py
Log:
t.vect.export: fixed wrong parameter name

Modified: grass/branches/releasebranch_7_0/temporal/t.vect.export/t.vect.export.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.vect.export/t.vect.export.py	2014-11-29 07:37:14 UTC (rev 63284)
+++ grass/branches/releasebranch_7_0/temporal/t.vect.export/t.vect.export.py	2014-11-29 07:39:09 UTC (rev 63285)
@@ -69,7 +69,7 @@
     _input = options["input"]
     output = options["output"]
     compression = options["compression"]
-    workdir = options["workdir"]
+    workdir = options["directory"]
     where = options["where"]
     _format = options["format"]
 



More information about the grass-commit mailing list