fixed indentation
This commit is contained in:
parent
b2a947cd69
commit
c7cdcb5b4c
1 changed files with 0 additions and 4 deletions
|
|
@ -835,10 +835,6 @@ def _run_setup_script(*, verbose: bool = False) -> None:
|
|||
stdout = _stream_for_subprocess(sys.stdout),
|
||||
stderr = _stream_for_subprocess(sys.stderr),
|
||||
**_windows_hidden_subprocess_kwargs(),
|
||||
result = subprocess.run(
|
||||
["powershell", "-ExecutionPolicy", "Bypass", "-File", str(script)],
|
||||
env = env,
|
||||
)
|
||||
else:
|
||||
result = subprocess.run(["bash", str(script)], env = env)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue