mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-05 22:52:11 +00:00
769741b9e2
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>