Anki/qt/aqt/browser
David Culley c0349ea9da
Improve exception handling (#3290)
* fix: except only non-system-exiting exceptions

see https://youtu.be/zrVfY9SuO64

* chore: add myself to CONTRIBUTORS file

* refactor: explicitly specify possible exceptions

If an exception is not an Exception, there are only three options left.
see https://docs.python.org/3/library/exceptions.html#exception-hierarchy

* refactor: use BaseException for fallback

Co-authored-by: Damien Elmes <dae@users.noreply.github.com>

* chore: add myself to contributors
2024-08-04 20:51:13 +07:00
..
sidebar Update type annotations (#3322) 2024-07-26 17:57:25 +07:00
table Improve exception handling (#3290) 2024-08-04 20:51:13 +07:00
__init__.py new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
browser.py Update type annotations (#3322) 2024-07-26 17:57:25 +07:00
card_info.py Update type annotations (#3322) 2024-07-26 17:57:25 +07:00
find_and_replace.py Update type annotation syntax (#3283) 2024-07-21 14:00:52 +07:00
find_duplicates.py Fix error when closing Find Duplicates screen early (#2669) 2023-09-20 16:03:46 +10:00
layout.py Equalize browser panes on splitter double-click (#2175) 2022-11-03 12:13:48 +10:00
previewer.py Update type annotations (#3322) 2024-07-26 17:57:25 +07:00