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 b7fce24 commit 1b3b390
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jupyter_vscode_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ 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

return {
Expand Down

0 comments on commit 1b3b390

Please sign in to comment.