[GRASS-SVN] r35746 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 3 07:04:14 EST 2009


Author: martinl
Date: 2009-02-03 07:04:14 -0500 (Tue, 03 Feb 2009)
New Revision: 35746

Modified:
   grass/branches/develbranch_6/gui/wxpython/gis_set.py
Log:
fix syntax typo
    (merge from trunk, r35745)


Modified: grass/branches/develbranch_6/gui/wxpython/gis_set.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gis_set.py	2009-02-03 12:02:21 UTC (rev 35745)
+++ grass/branches/develbranch_6/gui/wxpython/gis_set.py	2009-02-03 12:04:14 UTC (rev 35746)
@@ -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