Docs say: cwd : path-like, optional
Made me assume that a Path instance would work, but it does not. At least not when passed to run(). It does work, when passed to the constructor (same docs of the argument there).
On Windows, such a path obj ends up in the environment, leading to unexpected results.
Docs say:
cwd : path-like, optionalMade me assume that a
Pathinstance would work, but it does not. At least not when passed torun(). It does work, when passed to the constructor (same docs of the argument there).On Windows, such a path obj ends up in the environment, leading to unexpected results.