Skip to content
Snippets Groups Projects
Commit 309eef6f authored by lbs051's avatar lbs051
Browse files

fix issue timeout not existing

parent e709c19b
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ class TomoDirObserver(qt.QThread):
def reset(self):
self.status = tomodir.OBSERVATION_STATUS['not processing']
self.lastObsDir = None
self.resetTimeOut()
def quit(self):
if self.tomodirProcess is not None:
......
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