mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+1
-1
@@ -2203,7 +2203,7 @@ def do_run_nt(command, args):
|
||||
# if you've passed something with crazy quoting...
|
||||
# ...just don't. (or put it in a script!)
|
||||
p = subprocess.Popen(
|
||||
' '.join([command] + args), shell=True, universal_newlines=True
|
||||
' '.join([command] + list(args)), shell=True, universal_newlines=True
|
||||
)
|
||||
p.communicate()
|
||||
sys.exit(p.returncode)
|
||||
|
||||
Reference in New Issue
Block a user