aboutsummaryrefslogtreecommitdiffstats
path: root/src/py/imc/async.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/py/imc/async.py')
-rw-r--r--src/py/imc/async.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/py/imc/async.py b/src/py/imc/async.py
index fdb42c4..a9dd048 100644
--- a/src/py/imc/async.py
+++ b/src/py/imc/async.py
@@ -24,10 +24,8 @@ def switch_top():
try:
result = gr_main.switch(None)
- except Exception as err:
- traceback.print_stack()
- print(err)
- return (False,'Einternal')
+ except Exception:
+ raise
finally:
tornado.stack_context._state.contexts = old_contexts