mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
incorrect log call in previous checkin
This commit is contained in:
@@ -627,8 +627,8 @@ class JupyterHub(Application):
|
||||
secret = binascii.a2b_base64(b64_secret)
|
||||
except Exception as e:
|
||||
self.log.error(
|
||||
'Refusing to run JuptyterHub with invalid cookie_secret_file.',
|
||||
'%s error was: %s',
|
||||
"Refusing to run JuptyterHub with invalid cookie_secret_file. "
|
||||
"%s error was: %s",
|
||||
secret_file, e)
|
||||
sys.exit(1)
|
||||
if not secret:
|
||||
|
Reference in New Issue
Block a user