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