bytebeat_compiler.py: reformat command printing
This commit is contained in:
parent
0b0a6a4e0b
commit
c043d0ce94
@ -88,7 +88,7 @@ def substitute_vars(replacements: Dict[str, Union[bool, str]], text: str,
|
||||
return text
|
||||
|
||||
def run_command(*command: list[str]) -> None:
|
||||
print(command_line_join(command), flush=True)
|
||||
print("[>]", command_line_join(command), flush=True)
|
||||
if subprocess.run(command).returncode != EXIT_SUCCESS:
|
||||
raise SystemExit(EXIT_FAILURE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user