We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d70a383 + 4bbfb35 commit 1f7b121Copy full SHA for 1f7b121
1 file changed
every_python/main.py
@@ -213,7 +213,9 @@ def _build_and_install_unix(
213
if not make_result.success:
214
if not verbose:
215
progress.stop()
216
- output.error(f"Build failed: {make_result.stderr if not verbose else ''}")
+ output.error(f"Build failed: {make_result.stderr}")
217
+ else:
218
+ output.error("Build failed!")
219
raise typer.Exit(1)
220
221
# Install
0 commit comments