no need to re-raise keyboardinterrupt
This commit is contained in:
@@ -264,7 +264,7 @@ if __name__ == '__main__':
|
|||||||
w.start()
|
w.start()
|
||||||
w.run()
|
w.run()
|
||||||
except KeyboardInterrupt as e:
|
except KeyboardInterrupt as e:
|
||||||
raise e
|
pass
|
||||||
finally:
|
finally:
|
||||||
w.stop()
|
w.stop()
|
||||||
w.finish()
|
w.finish()
|
||||||
|
|||||||
Reference in New Issue
Block a user