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()
|
||||
except Exception as e:
|
||||
if not isinstance(e, ValueError):
|
||||
print("Exception during rendering:")
|
||||
traceback.print_exc()
|
||||
start_response("500 Internal Server Error",
|
||||
headers)
|
||||
|
|
Loading…
Reference in New Issue