Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim authored Mar 13, 2019
1 parent aa024ad commit b7fce24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_vscode_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def _get_vscode_cmd(port):
executable,
'--no-auth',
'--allow-http',
'--port ' + str(port),
'--port=' + str(port),
#working_dir
]
print('Running', ' '.join(cmd), file=open("/tmp/log.log", "w"))
Expand Down

0 comments on commit b7fce24

Please sign in to comment.