Explorar el Código

Fixed missing default values

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69544 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert hace 9 años
padre
commit
e0ac84af15
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/python/temporal/register.py

+ 1 - 1
lib/python/temporal/register.py

@@ -448,7 +448,7 @@ def assign_valid_time_to_map(ttype, map, start, end, unit, increment=None,
 ##############################################################################
 
 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.