[GRASS-SVN] r48830 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 16 06:51:13 EDT 2011


Author: martinl
Date: 2011-10-16 03:51:12 -0700 (Sun, 16 Oct 2011)
New Revision: 48830

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
Log:
wxGUI/modeler: fix typo

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py	2011-10-16 10:43:53 UTC (rev 48829)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gmodeler.py	2011-10-16 10:51:12 UTC (rev 48830)
@@ -404,7 +404,7 @@
         errList = list()
         for action in self.GetItems(objType = ModelAction):
             task = menuform.GUI(show = None).ParseCommand(cmd = action.GetLog(string = False))
-            errList += task.get_cmdError()
+            errList += task.get_cmd_error()
         
         return errList
 



More information about the grass-commit mailing list