Reword
This commit is contained in:
parent
c6540ea556
commit
ee6caadc8f
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue