mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
build-all - distinct command and path in logs
This commit is contained in:
+1
-1
@@ -498,7 +498,7 @@ def run(cmds: "Sequence[str]", cwd: "Union[str, None]" = None, can_fail: bool =
|
|||||||
collector.append(line)
|
collector.append(line)
|
||||||
pipe.close()
|
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] = []
|
stdout: list[str] = []
|
||||||
stderr: list[str] = []
|
stderr: list[str] = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user