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