Skip to content

fix: log silently swallowed exceptions in parser.py (#173)#179

Merged
EthanThatOneKid merged 1 commit into
mainfrom
fix/173-parser-logging
Jul 2, 2026
Merged

fix: log silently swallowed exceptions in parser.py (#173)#179
EthanThatOneKid merged 1 commit into
mainfrom
fix/173-parser-logging

Conversation

@EthanThatOneKid

Copy link
Copy Markdown
Collaborator

Adds \logger.debug(...)\ calls to the three bare \except Exception\ blocks in parser.py so that transient errors (unreadable files, encoding issues, etc.) are visible when debug logging is enabled instead of being silently swallowed.

Closes #173

@EthanThatOneKid EthanThatOneKid merged commit 4b1cc06 into main Jul 2, 2026
2 checks passed
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.

bug: parser.py silently swallows all exceptions (no logging)

1 participant