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

Add option to only catch intentionally raised exceptions #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

moshimeow
Copy link

So there might be a simpler way to do this, but:

I have a dataset where I weed out bad samples through heuristics/geometry and explicitly raise an error when one of the checks doesn't pass. Then as I was hacking on it I got really confused before I realized "doh, Nonechucks is catching all my exceptions!"

So this is my solution: add an option where it'll only not raise an error if it gets a NoneChucksSkipException. This solution probably sucks, and if you want to reject it and say "no, do Y instead" I'd love to hear it

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.

None yet

1 participant