mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 03:52:56 +00:00
Fix python codestyle
This commit is contained in:
@@ -7,7 +7,7 @@ import os
|
||||
import errno
|
||||
import stat
|
||||
|
||||
c = get_config()
|
||||
c = get_config() # noqa: F821
|
||||
c.NotebookApp.ip = '0.0.0.0'
|
||||
c.NotebookApp.port = 8888
|
||||
c.NotebookApp.open_browser = False
|
||||
@@ -52,4 +52,4 @@ distinguished_name = req_distinguished_name
|
||||
# Change default umask for all subprocesses of the notebook server if set in
|
||||
# the environment
|
||||
if 'NB_UMASK' in os.environ:
|
||||
os.umask(int(os.environ['NB_UMASK'], 8))
|
||||
os.umask(int(os.environ['NB_UMASK'], 8))
|
||||
|
Reference in New Issue
Block a user