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

Should _default_backend also catch YAJLImportError? #11

Closed
jpmckinney opened this issue Sep 18, 2019 · 1 comment
Closed

Should _default_backend also catch YAJLImportError? #11

jpmckinney opened this issue Sep 18, 2019 · 1 comment
Labels
question Further information is requested

Comments

@jpmckinney
Copy link

If a user doesn't have YAJL installed, I think YAJLImportError is raised instead of ImportError.

@rtobar rtobar added the question Further information is requested label Sep 18, 2019
@rtobar
Copy link

rtobar commented Sep 18, 2019

YAJLImportError inherits from ImportError, so there's no need to handle separately.

@rtobar rtobar closed this as completed Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants