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

Replace sys.exit with exceptions #15

Merged
merged 1 commit into from
Jun 30, 2021
Merged

Replace sys.exit with exceptions #15

merged 1 commit into from
Jun 30, 2021

Conversation

ssbarnea
Copy link
Member

Fatal errors now raise as exceptions instead of using sys.exit(). This should make it much easier to reuse code.

Fatal errors now raise as exceptions instead of using sys.exit().
This should make it much easier to reuse code.
@ssbarnea ssbarnea requested a review from webknjaz as a code owner June 30, 2021 13:30
@ssbarnea ssbarnea added the enhancement New feature or request label Jun 30, 2021
@ssbarnea ssbarnea changed the title Replaces sys.exit with exceptions Replace sys.exit with exceptions Jun 30, 2021
@ssbarnea ssbarnea merged commit fd17dbf into main Jun 30, 2021
@ssbarnea ssbarnea deleted the fix/errors branch June 30, 2021 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant