소스 검색

t.vect.export: fixed wrong parameter name

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@63285 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 10 년 전
부모
커밋
44ead54c0a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      temporal/t.vect.export/t.vect.export.py

+ 1 - 1
temporal/t.vect.export/t.vect.export.py

@@ -69,7 +69,7 @@ def main():
     _input = options["input"]
     output = options["output"]
     compression = options["compression"]
-    workdir = options["workdir"]
+    workdir = options["directory"]
     where = options["where"]
     _format = options["format"]