- fixed bug in Tool Sub that created issues when toggling visibility of the plots
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
# ########################################################## ##
|
||||
|
||||
from PyQt5 import QtCore
|
||||
# import traceback
|
||||
|
||||
|
||||
class Worker(QtCore.QObject):
|
||||
@@ -60,6 +61,7 @@ class Worker(QtCore.QObject):
|
||||
task['fcn'](*task['params'])
|
||||
except Exception as e:
|
||||
self.app.thread_exception.emit(e)
|
||||
# print(traceback.format_exc())
|
||||
# raise e
|
||||
finally:
|
||||
self.task_completed.emit(self.name)
|
||||
|
||||
Reference in New Issue
Block a user