##// END OF EJS Templates
Lint
Blazej Michalik -
Show More
@@ -69,7 +69,7 b' class PackagingMagics(Magics):'
69 python = sys.executable
69 python = sys.executable
70 if " " in python:
70 if " " in python:
71 if sys.platform == "win32":
71 if sys.platform == "win32":
72 python = "\"" + python + "\""
72 python = '"' + python + '"'
73 else:
73 else:
74 python = shlex.quote(python)
74 python = shlex.quote(python)
75
75
General Comments 0
You need to be logged in to leave comments. Login now