fix missing parathensis
This commit is contained in:
parent
9a05a18db1
commit
328eede87d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue