Browse Source

fix bogus from https://trac.osgeo.org/grass/changeset/58157

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58158 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
9267a862de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/lmgr/frame.py

+ 1 - 1
gui/wxpython/lmgr/frame.py

@@ -848,7 +848,7 @@ class GMFrame(wx.Frame):
             dlg.Destroy()
         
         self._gconsole.WriteCmdLog(_("Launching script '%s'...") % filename)
-        self._gconsole.RunCmd([filename], skipInterface=skipInterface)
+        self._gconsole.RunCmd([filename])
         
     def OnChangeLocation(self, event):
         """Change current location"""