[GRASS-SVN] r58158 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 6 07:12:08 PST 2013
Author: martinl
Date: 2013-11-06 07:12:08 -0800 (Wed, 06 Nov 2013)
New Revision: 58158
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
fix bogus from r58157
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2013-11-06 15:08:42 UTC (rev 58157)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2013-11-06 15:12:08 UTC (rev 58158)
@@ -848,7 +848,7 @@
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"""
More information about the grass-commit
mailing list