Skip to content

Commit b9f4648

Browse files
committed
Merge branch 'feature/jupyter_docker' into feature/python_trainer_api
2 parents 1f4820d + 3e16601 commit b9f4648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/scripts/docker/jupyter_notebook_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323

2424
# sets a password if PASSWORD is set in the environment
2525
if 'PASSWORD' in os.environ:
26-
c.NotebookApp.password = passwd(os.environ['PASSWORD'])
27-
del os.environ['PASSWORD']
26+
c.NotebookApp.password = passwd(os.environ['PASSWORD'])
27+
del os.environ['PASSWORD']

0 commit comments

Comments
 (0)