jj
This commit is contained in:
2
CLI.py
2
CLI.py
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user