This commit is contained in:
Micke Nordin 2024-01-18 11:35:45 +01:00
parent c6540ea556
commit ee6caadc8f
Signed by untrusted user: Micke
GPG key ID: F53C4CC83EDAB3BE

View file

@ -204,7 +204,9 @@ hub:
pass
elif r.status_code == 403:
my_debug(
f'I don't have permission to check authorization with JupyterHub, my auth token may have expired: [{r.status_code}] {r.reason}')
'Lacking permission to check authorization with JupyterHub,' +
f' my auth token may have expired: [{r.status_code}] {r.reason}'
)
my_debug(r.text)
raise HTTPError(
500,