[GRASS-SVN] r57517 - grass/trunk/temporal/t.rast.import

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 27 05:28:10 PDT 2013


Author: huhabla
Date: 2013-08-27 05:28:10 -0700 (Tue, 27 Aug 2013)
New Revision: 57517

Modified:
   grass/trunk/temporal/t.rast.import/t.rast.import.py
Log:
Base name is not mandatory


Modified: grass/trunk/temporal/t.rast.import/t.rast.import.py
===================================================================
--- grass/trunk/temporal/t.rast.import/t.rast.import.py	2013-08-27 12:02:47 UTC (rev 57516)
+++ grass/trunk/temporal/t.rast.import/t.rast.import.py	2013-08-27 12:28:10 UTC (rev 57517)
@@ -71,6 +71,7 @@
 #%end
 
 #%option G_OPT_R_BASE
+#% required: no
 #%end
 
 #%flag
@@ -96,7 +97,7 @@
     exp = flags["e"]
     overr = flags["o"]
     create = flags["c"]
-    
+
     tgis.init()
 
     tgis.import_stds(input, output, extrdir, title, descr, location,



More information about the grass-commit mailing list