소스 검색

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)