[GRASS-SVN] r35745 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 3 07:02:21 EST 2009


Author: martinl
Date: 2009-02-03 07:02:21 -0500 (Tue, 03 Feb 2009)
New Revision: 35745

Modified:
   grass/trunk/gui/wxpython/gis_set.py
Log:
fix syntax typo


Modified: grass/trunk/gui/wxpython/gis_set.py
===================================================================
--- grass/trunk/gui/wxpython/gis_set.py	2009-02-03 11:15:10 UTC (rev 35744)
+++ grass/trunk/gui/wxpython/gis_set.py	2009-02-03 12:02:21 UTC (rev 35745)
@@ -564,8 +564,8 @@
 
         try:
             ret = gcmd.RunCommand('g.mapset',
-                                  read = True
-                                  flags = '-l',
+                                  read = True,
+                                  flags = 'l',
                                   location = locationName,
                                   gisdbase = self.gisdbase)
             



More information about the grass-commit mailing list