no need to re-raise keyboardinterrupt

This commit is contained in:
rofl0r
2019-01-06 16:30:32 +00:00
parent 14e4b832f2
commit 7d8583f7cc

View File

@@ -264,7 +264,7 @@ if __name__ == '__main__':
w.start()
w.run()
except KeyboardInterrupt as e:
raise e
pass
finally:
w.stop()
w.finish()