[GRASS-SVN] r69544 - grass/trunk/lib/python/temporal

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 21 14:55:37 PDT 2016


Author: huhabla
Date: 2016-09-21 14:55:37 -0700 (Wed, 21 Sep 2016)
New Revision: 69544

Modified:
   grass/trunk/lib/python/temporal/register.py
Log:
Fixed missing default values

Modified: grass/trunk/lib/python/temporal/register.py
===================================================================
--- grass/trunk/lib/python/temporal/register.py	2016-09-21 12:29:15 UTC (rev 69543)
+++ grass/trunk/lib/python/temporal/register.py	2016-09-21 21:55:37 UTC (rev 69544)
@@ -448,7 +448,7 @@
 ##############################################################################
 
 def register_map_object_list(type,  map_list, output_stds,
-                             delete_empty, unit, dbif=None):
+                             delete_empty=False, unit=None, dbif=None):
     """Register a list of AbstractMapDataset objects in the temporal database
        and optional in a space time dataset.
 



More information about the grass-commit mailing list