Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Feb 7, 2025
1 parent 4009d04 commit a18015d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def _with_activate(build_cmd: List[str], output_path=None) -> List[str]:
Given a bash command list, will generate a new command suitable for subprocess
with an execution of `scripts/activate.sh` prepended to it
"""
cmd = shlex.join(build_cmd);
cmd = shlex.join(build_cmd)
if output_path:
cmd = cmd + f" >{output_path}"

Expand Down

0 comments on commit a18015d

Please sign in to comment.