From 1b3b390e4379f8d3341bd89e28494dfb16a8c733 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Wed, 13 Mar 2019 11:02:37 -0400 Subject: [PATCH] Update __init__.py --- jupyter_vscode_proxy/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jupyter_vscode_proxy/__init__.py b/jupyter_vscode_proxy/__init__.py index e920567..025bbc9 100644 --- a/jupyter_vscode_proxy/__init__.py +++ b/jupyter_vscode_proxy/__init__.py @@ -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 {