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

[ENH] do not exit(1) but instead throw error #227

Open
nick-youngblut opened this issue Nov 4, 2024 · 0 comments
Open

[ENH] do not exit(1) but instead throw error #227

nick-youngblut opened this issue Nov 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nick-youngblut
Copy link

get_esummary_response includes sys.exit(1), so this will end any script running this function instead of just throwing an error and allowing the developer to decide how that error should be handled.

In other words, it would be helpful if get_esummary_response threw an error instead of calling sys.exit(1).

@nick-youngblut nick-youngblut added the enhancement New feature or request label Nov 4, 2024
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

No branches or pull requests

1 participant