Skip to content

Commit

Permalink
Fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
reyoung committed Dec 27, 2016
1 parent 7701908 commit 3e16601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddle/scripts/docker/jupyter_notebook_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@

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

0 comments on commit 3e16601

Please sign in to comment.