Skip to content
Snippets Groups Projects
Commit b7343ced authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

fix: misuse of try/except preventing KeyboardError to reach toplevel

parent 2a6ddace
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class CCNode(object):
try:
self._manager.run()
except:
pass # FIXME
raise
finally:
self._scheduler_stopped.set()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment