瀏覽代碼

fix syntax typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35745 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父節點
當前提交
b19b25cf62
共有 1 個文件被更改,包括 2 次插入2 次删除
  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)