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

Try/Except is hiding underlying errors #82

Open
justin-fundrise opened this issue Jun 27, 2024 · 0 comments
Open

Try/Except is hiding underlying errors #82

justin-fundrise opened this issue Jun 27, 2024 · 0 comments

Comments

@justin-fundrise
Copy link

https://github.com/LewisCharlesBaker/droughty/blob/d3717794227b60f283bd9a64470de88bc0837311/droughty/droughty/droughty_docs/openai_descriptions.py#L92-L98

As a new user of this package, this try except block ends up causing the program to silently fail. After manually removing the try/except I can now see that I have snowflake connection errors that were being hidden.

It would be useful to to catch the errors and log/print them for end users to see rather than just passing

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

No branches or pull requests

1 participant