Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not show full traceback by default #490

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

dhellmann
Copy link
Member

Change the behavior of the main program to show only the summary of an
exception and not the full traceback, by default. Add a --debug flag to
expose the traceback information for debugging, if needed.

Fixes #181

@dhellmann dhellmann requested review from shubhbapna and tiran November 1, 2024 19:01
Change the behavior of the main program to show
only the summary of an exception and not the full
traceback, by default. Add a `--debug` flag to
expose the traceback information for debugging, if
needed.
Use ValueError exceptions to provide a nicer
message for the resolver when it fails.
@dhellmann dhellmann force-pushed the improve-error-formatting branch from 5a04167 to 14c4f91 Compare November 1, 2024 21:52
@mergify mergify bot merged commit e58a8ea into python-wheel-build:main Nov 4, 2024
71 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improve formatting of error messages
2 participants