Skip to content

Commit 3e16601

Browse files
committed
Fix unittest
1 parent 7701908 commit 3e16601

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)