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 b47ecc7 commit c765276Copy full SHA for c765276
src/procrunner/__init__.py
@@ -383,8 +383,6 @@ def run(
383
command = tuple(_path_resolve(part) for part in command)
384
if win32resolve and sys.platform == "win32":
385
command = _windows_resolve(command)
386
- if working_directory and sys.version_info < (3, 7):
387
- working_directory = os.fspath(working_directory)
388
389
p = subprocess.Popen(
390
command,
0 commit comments