瀏覽代碼

t.select: Fix overwrite flag

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70549 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 8 年之前
父節點
當前提交
a4d4079dfd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      temporal/t.select/t.select.py

+ 1 - 1
temporal/t.select/t.select.py

@@ -69,7 +69,7 @@ def main():
 
     tgis.init(True)
     p = tgis.TemporalAlgebraParser(run=True, debug=False, spatial=spatial, dry_run=dry_run)
-    pc = p.parse(expression, stdstype,  overwrite=grass.overwrite)
+    pc = p.parse(expression, stdstype,  overwrite=grass.overwrite())
 
     if dry_run is True:
         import pprint