Bare except Exception handlers silently swallow errors in keyword_extractor.py
#4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
keyword_extractor.pylines 202 and 211 use bareexcept Exceptionhandlers that silently return empty results:Problems
KeyboardInterrupt,MemoryError,SystemExitand other critical exceptions{}with no logging — impossible to debugFix