Skip to content

Conversation

@gaurav
Copy link
Collaborator

@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
gaurav added a commit that referenced this pull request Apr 21, 2025
This is to track how quickly NodeNorm normalizes identifiers, and also which identifiers are being normalized as per #277 (comment).

Also removed some unnecessary catch-everything blocks as per #180.
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.

2 participants