[GRASS-SVN] r62565 - grass/trunk/temporal/t.vect.what.strds
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 2 15:42:46 PST 2014
Author: annakrat
Date: 2014-11-02 15:42:46 -0800 (Sun, 02 Nov 2014)
New Revision: 62565
Modified:
grass/trunk/temporal/t.vect.what.strds/t.vect.what.strds.py
Log:
temporal: fix g.remove call
Modified: grass/trunk/temporal/t.vect.what.strds/t.vect.what.strds.py
===================================================================
--- grass/trunk/temporal/t.vect.what.strds/t.vect.what.strds.py 2014-11-02 23:13:51 UTC (rev 62564)
+++ grass/trunk/temporal/t.vect.what.strds/t.vect.what.strds.py 2014-11-02 23:42:46 UTC (rev 62565)
@@ -184,7 +184,7 @@
rastermap))
if aggreagated_map_name:
- ret = grass.run_command("g.remove", flags='f', type=rast,
+ ret = grass.run_command("g.remove", flags='f', type='rast',
name=aggreagated_map_name)
if ret != 0:
dbif.close()
More information about the grass-commit
mailing list