[GRASS-SVN] r46463 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 31 03:30:10 EDT 2011


Author: mmetz
Date: 2011-05-31 00:30:10 -0700 (Tue, 31 May 2011)
New Revision: 46463

Modified:
   grass/trunk/lib/init/grass.py
Log:
fix non-interactive startup

Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py	2011-05-30 22:56:34 UTC (rev 46462)
+++ grass/trunk/lib/init/grass.py	2011-05-31 07:30:10 UTC (rev 46463)
@@ -977,6 +977,8 @@
             non_interactive(args[1], args[0])
         else:
             non_interactive(args[0])
+    else:
+	non_interactive(args[0])
 
 # User selects LOCATION and MAPSET if not set
 set_data()



More information about the grass-commit mailing list