Runner cannot handle run(cwd=Path)
#7040
Labels
DX
developer experience
team-runner
sub-process execution and IO (https://github.com/datalad/datalad/issues/6365)
Docs say:
cwd : path-like, optional
Made me assume that a
Path
instance 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.
The text was updated successfully, but these errors were encountered: