|
@@ -209,7 +209,7 @@ class ModelFrame(wx.Frame):
|
|
self.goutput.RunCmd(command = action.GetLog(string = False),
|
|
self.goutput.RunCmd(command = action.GetLog(string = False),
|
|
onDone = self.OnDone)
|
|
onDone = self.OnDone)
|
|
|
|
|
|
- def OnDone(self, event):
|
|
|
|
|
|
+ def OnDone(self, returncode):
|
|
"""!Computation finished"""
|
|
"""!Computation finished"""
|
|
self.SetStatusText('', 0)
|
|
self.SetStatusText('', 0)
|
|
|
|
|