mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
include exception in template vars
for custom templates
This commit is contained in:
@@ -291,6 +291,7 @@ class SpawnPendingHandler(BaseHandler):
|
||||
spawn_url=spawn_url,
|
||||
failed=True,
|
||||
failed_message=getattr(exc, 'jupyterhub_message', ''),
|
||||
exception=exc,
|
||||
)
|
||||
self.finish(html)
|
||||
return
|
||||
|
Reference in New Issue
Block a user