build-all - distinct command and path in logs

This commit is contained in:
Andrej730
2026-02-13 12:09:57 +05:00
parent 59c28b5ae6
commit c8ca904333
+1 -1
View File
@@ -498,7 +498,7 @@ def run(cmds: "Sequence[str]", cwd: "Union[str, None]" = None, can_fail: bool =
collector.append(line)
pipe.close()
logger.debug(f"running command {' '.join(cmds)} in directory {cwd}")
logger.debug(f"running command `{' '.join(cmds)}` in directory '{cwd}'")
stdout: list[str] = []
stderr: list[str] = []