[GRASS-SVN] r63284 - grass/trunk/temporal/t.vect.export

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 28 23:37:14 PST 2014


Author: lucadelu
Date: 2014-11-28 23:37:14 -0800 (Fri, 28 Nov 2014)
New Revision: 63284

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

Modified: grass/trunk/temporal/t.vect.export/t.vect.export.py
===================================================================
--- grass/trunk/temporal/t.vect.export/t.vect.export.py	2014-11-29 03:31:47 UTC (rev 63283)
+++ grass/trunk/temporal/t.vect.export/t.vect.export.py	2014-11-29 07:37:14 UTC (rev 63284)
@@ -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