From c8ca904333e3f1321fcc509df6fc117afc025b7c Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 13 Feb 2026 12:09:57 +0500 Subject: [PATCH] build-all - distinct command and path in logs --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 7adbfbcfd8..e435ec8eba 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -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] = []