This commit is contained in:
2026-01-11 04:54:27 -08:00
parent bf8ef6d128
commit 5f8f49c530
6 changed files with 239 additions and 69 deletions

2
CLI.py
View File

@@ -1935,7 +1935,7 @@ class CmdletExecutor:
if ret_code != 0:
stage_status = "failed"
stage_error = f"exit code {ret_code}"
print(f"[exit code: {ret_code}]\n")
# No print here - we want to keep output clean and avoid redundant "exit code" notices.
except Exception as exc:
stage_status = "failed"
stage_error = f"{type(exc).__name__}: {exc}"