[GRASS-SVN] r70549 - grass/trunk/temporal/t.select

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 13 07:31:07 PST 2017


Author: hcho
Date: 2017-02-13 07:31:07 -0800 (Mon, 13 Feb 2017)
New Revision: 70549

Modified:
   grass/trunk/temporal/t.select/t.select.py
Log:
t.select: Fix overwrite flag

Modified: grass/trunk/temporal/t.select/t.select.py
===================================================================
--- grass/trunk/temporal/t.select/t.select.py	2017-02-13 15:30:24 UTC (rev 70548)
+++ grass/trunk/temporal/t.select/t.select.py	2017-02-13 15:31:07 UTC (rev 70549)
@@ -69,7 +69,7 @@
 
     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



More information about the grass-commit mailing list