Преглед изворни кода

Fixed missing default values

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69544 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert пре 8 година
родитељ
комит
e0ac84af15
1 измењених фајлова са 1 додато и 1 уклоњено
  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.