Explorar el Código

wxGUI/modeler: fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48831 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 13 años
padre
commit
9ff16363ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gui/wxpython/gui_modules/gmodeler.py

+ 1 - 1
gui/wxpython/gui_modules/gmodeler.py

@@ -404,7 +404,7 @@ class Model(object):
         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