Better handle plugin exceptions.
This commit is contained in:
parent
6904a893b7
commit
19a9ac9f99
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue