fix missing parathensis

This commit is contained in:
Roland Tannous 2026-05-23 01:33:00 +04:00
commit 328eede87d

View file

@ -835,6 +835,7 @@ def _run_setup_script(*, verbose: bool = False) -> None:
stdout = _stream_for_subprocess(sys.stdout),
stderr = _stream_for_subprocess(sys.stderr),
**_windows_hidden_subprocess_kwargs(),
)
else:
result = subprocess.run(["bash", str(script)], env = env)