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.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()