瀏覽代碼

wxGUI/modeler: fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48831 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 年之前
父節點
當前提交
9ff16363ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
         errList = list()
         for action in self.GetItems(objType = ModelAction):
         for action in self.GetItems(objType = ModelAction):
             task = menuform.GUI(show = None).ParseCommand(cmd = action.GetLog(string = False))
             task = menuform.GUI(show = None).ParseCommand(cmd = action.GetLog(string = False))
-            errList += task.get_cmdError()
+            errList += task.get_cmd_error()
         
         
         return errList
         return errList