We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1367a commit b8d4d18Copy full SHA for b8d4d18
guardrails/cli/hub/utils.py
@@ -73,8 +73,8 @@ def pip_process(
73
(
74
f"Failed to {action} {package}\n"
75
f"Exit code: {exc.returncode}\n"
76
- f"stderr: {(exc.stderr or "").strip()}\n"
77
- f"stdout: {(exc.stdout or "").strip()}"
+ f"stderr: {(exc.stderr or '').strip()}\n"
+ f"stdout: {(exc.stdout or '').strip()}"
78
)
79
80
# Re-raise the error or handle it accordingly
0 commit comments