Przeglądaj źródła

fix syntax typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35745 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 lat temu
rodzic
commit
b19b25cf62
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      gui/wxpython/gis_set.py

+ 2 - 2
gui/wxpython/gis_set.py

@@ -564,8 +564,8 @@ class GRASSStartup(wx.Frame):
 
         try:
             ret = gcmd.RunCommand('g.mapset',
-                                  read = True
-                                  flags = '-l',
+                                  read = True,
+                                  flags = 'l',
                                   location = locationName,
                                   gisdbase = self.gisdbase)