Better handle plugin exceptions.

master
daid303 2012-11-01 09:12:07 +01:00
parent 6904a893b7
commit 19a9ac9f99
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ class WorkerThread(threading.Thread):
if logLine.startswith('Model error('):
gcodefile.write(';%s\n' % (logLine))
gcodefile.close()
wx.CallAfter(self.notifyWindow.statusText.SetLabel, "Running plugins")
ret = profile.runPostProcessingPlugins(gcodeFilename)
if ret != None:
self.progressLog.append(ret)