Kaydet (Commit) f5227925 authored tarafından Benjamin Peterson's avatar Benjamin Peterson Kaydeden (comit) GitHub

allow path-like objects to be cwd on windows (#389)

#157 added the test, but it's currently (correctly) broken on windows.
üst 0b843253
......@@ -988,7 +988,7 @@ class Popen(object):
int(not close_fds),
creationflags,
env,
cwd,
os.fspath(cwd),
startupinfo)
finally:
# Child is launched. Close the parent's copy of those pipe
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment