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

logging.critical -> sys.exit because logging.critical doesn't actually exit #39

Merged

Conversation

samwestmoreland
Copy link
Contributor

I was using logging.critical under the assumption that it exits the program with a message, but it doesn't do that. At the moment we get really convoluted output that's difficult to understand. Better to exit with a simple message using sys.exit().

Hopefully this addresses #32

@samwestmoreland samwestmoreland merged commit 767a777 into please-build:master Feb 15, 2022
@samwestmoreland samwestmoreland deleted the wheel-tool-errors branch February 15, 2022 10:48
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.

2 participants