boxesserver: Message to indicate the traceback was caught
This commit is contained in:
parent
a39567598c
commit
3b2e214bf1
|
@ -498,6 +498,7 @@ class BServer:
|
||||||
box.close()
|
box.close()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
if not isinstance(e, ValueError):
|
if not isinstance(e, ValueError):
|
||||||
|
print("Exception during rendering:")
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
start_response("500 Internal Server Error",
|
start_response("500 Internal Server Error",
|
||||||
headers)
|
headers)
|
||||||
|
|
Loading…
Reference in New Issue