[GRASS-SVN] r63190 - grass/trunk/temporal/t.rast.out.vtk

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 27 05:15:58 PST 2014


Author: lucadelu
Date: 2014-11-27 05:15:57 -0800 (Thu, 27 Nov 2014)
New Revision: 63190

Modified:
   grass/trunk/temporal/t.rast.out.vtk/t.rast.out.vtk.py
Log:
t.rast.out.vtk: fixed wrong parameter name

Modified: grass/trunk/temporal/t.rast.out.vtk/t.rast.out.vtk.py
===================================================================
--- grass/trunk/temporal/t.rast.out.vtk/t.rast.out.vtk.py	2014-11-27 11:30:42 UTC (rev 63189)
+++ grass/trunk/temporal/t.rast.out.vtk/t.rast.out.vtk.py	2014-11-27 13:15:57 UTC (rev 63190)
@@ -77,7 +77,7 @@
     # Get the options
     input = options["input"]
     elevation = options["elevation"]
-    expdir = options["expdir"]
+    expdir = options["directory"]
     where = options["where"]
     null = options["null"]
     use_pdata = flags["p"]



More information about the grass-commit mailing list