Files
Srikanth Patchava 769741b9e2 fix: replace bare except with except Exception in analysis.py (#1502)
Bare except clauses catch SystemExit and KeyboardInterrupt which
prevents clean process termination. Use except Exception per PEP 8.

Co-authored-by: Srikanth Patchava <srpatcha@users.noreply.github.com>
2026-05-05 12:02:58 +10:00
..