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

Remove try blocks that make debugging harder #180

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gaurav
Copy link
Contributor

@gaurav gaurav commented Mar 17, 2023

These try blocks catch all the exceptions and report them to the logger, but I'm pretty sure that will happen anyway. By doing this, they get rid of the line-number information that would help debug what is causing the errors. Try blocks that catch exceptions and change the return value have been left untouched.

WIP: need to test this out and make sure this approach makes sense.

These try blocks catch all the exceptions and report them to the logger,
but I'm pretty sure that will happen anyway. By doing this, they get rid
of the line-number information that would help debug what is causing the
errors.
@gaurav gaurav changed the title Remove try blocks that make debugging harder. Remove try blocks that make debugging harder Mar 17, 2023
@gaurav gaurav added this to the NodeNorm v2.1.0 milestone Mar 17, 2023
@gaurav gaurav removed this from the NodeNorm September Relay milestone Sep 27, 2023
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.

1 participant