Files
awesome-copilot/skills
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
..
2026-03-05 21:53:41 +11:00
2026-04-28 11:29:28 +10:00
2026-04-20 12:31:29 +10:00
2026-02-16 22:43:41 +01:00
2026-02-09 09:06:56 +00:00
2026-01-06 21:35:41 +01:00
2026-03-16 10:27:54 +11:00
2026-03-05 21:43:04 +11:00
2026-03-13 13:45:17 +11:00