[GRASS-SVN] r59071 - grass/trunk/temporal/t.rast.gapfill
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 16 14:29:53 PST 2014
Author: huhabla
Date: 2014-02-16 14:29:52 -0800 (Sun, 16 Feb 2014)
New Revision: 59071
Modified:
grass/trunk/temporal/t.rast.gapfill/t.rast.gapfill.py
Log:
Added command history creation
Modified: grass/trunk/temporal/t.rast.gapfill/t.rast.gapfill.py
===================================================================
--- grass/trunk/temporal/t.rast.gapfill/t.rast.gapfill.py 2014-02-16 18:05:02 UTC (rev 59070)
+++ grass/trunk/temporal/t.rast.gapfill/t.rast.gapfill.py 2014-02-16 22:29:52 UTC (rev 59071)
@@ -180,6 +180,7 @@
sp.register_map(_map, dbif)
sp.update_from_registered_maps(dbif)
+ sp.update_command_string(dbif=dbif)
dbif.close()
###############################################################################
More information about the grass-commit
mailing list