Terminate fully cleanly
This commit is contained in:
parent
b742030bd5
commit
715c497b9d
|
@ -220,4 +220,4 @@ class NodeInstance(threading.Thread):
|
||||||
for x in range(0,90):
|
for x in range(0,90):
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
if self.stop_thread.is_set():
|
if self.stop_thread.is_set():
|
||||||
return
|
sys.exit(0)
|
||||||
|
|
Loading…
Reference in New Issue