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

Don't silently swallow exceptions in python context managers #41985

Merged
merged 1 commit into from Mar 3, 2021

Conversation

nyalldawson
Copy link
Collaborator

@nyalldawson nyalldawson commented Mar 2, 2021

Notably this causes processing modules to silently fail to load
without any warnings if the required dependancies (such as pyscopg2)
are not installed

Fixes #41984

Notably this causes processing modules to silently fail to load
without any warnings if the required dependancies (such as pyscopg2)
are not installed
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.

Processing algorithms silently fail to load when psycopg2 is missing
1 participant