git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48831 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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