git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35745 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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)