We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7babb5d commit 2db5527Copy full SHA for 2db5527
1 file changed
distutils/spawn.py
@@ -31,10 +31,6 @@ def spawn(cmd, search_path=1, verbose=0, dry_run=0, env=None):
31
Raise DistutilsExecError if running the program fails in any way; just
32
return on success.
33
"""
34
- # cmd is documented as a list, but just in case some code passes a tuple
35
- # in, protect our %-formatting code against horrible death
36
- cmd = list(cmd)
37
-
38
log.info(subprocess.list2cmdline(cmd))
39
if dry_run:
40
return
0 commit comments