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 fde75f3 commit aa024ad
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 @@ -15,7 +15,7 @@ def _get_vscode_cmd(port):
'--no-auth',
'--allow-http',
'--port ' + str(port),
working_dir
#working_dir
]
print('Running', ' '.join(cmd), file=open("/tmp/log.log", "w"))
return cmd
Expand Down

0 comments on commit aa024ad

Please sign in to comment.