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

Get rid of excessive use of try except blocks for error handing. #5912

Open
Tracked by #5197
Aadesh-Baral opened this issue Jun 13, 2023 · 0 comments
Open
Tracked by #5197

Get rid of excessive use of try except blocks for error handing. #5912

Aadesh-Baral opened this issue Jun 13, 2023 · 0 comments
Assignees
Labels
scope: backend type: enhancement Improving an existing functionality

Comments

@Aadesh-Baral
Copy link
Contributor

Aadesh-Baral commented Jun 13, 2023

Eliminate the unnecessary use of try-except blocks throughout the codebase. Instead, leverage Flask's error handler to handle exceptions centrally. This will help streamline error handling and promote consistency across the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: backend type: enhancement Improving an existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant