瀏覽代碼

t.rast.out.vtk: fixed wrong parameter name

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63190 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 10 年之前
父節點
當前提交
91d91317bc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      temporal/t.rast.out.vtk/t.rast.out.vtk.py

+ 1 - 1
temporal/t.rast.out.vtk/t.rast.out.vtk.py

@@ -77,7 +77,7 @@ def main():
     # 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"]