Skip to content
Snippets Groups Projects
Commit 7b1273fb authored by Anthony Lim's avatar Anthony Lim
Browse files

refs #23760 fixed muon thread model so it no longer crashes- flake8

parent 33514891
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,6 @@ class ThreadModel(QThread):
self.exceptionSignal.connect(message_box.warning)
def threadWrapperTearDown(self,startSlot,endSlot):
self.started.disconnect(start_slot)
self.started.disconnect(startSlot)
self.finished.disconnect(endSlot)
self.exceptionSignal.disconnect(message_box.warning)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment