Anki/qt/aqt/qt
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
..
__init__.py Improve exception handling (#3290) 2024-08-04 20:51:13 +07:00
qt5.py Maintain compatibility with PyQt5 add-ons in PyQt6 builds (#1440) 2021-10-28 19:57:42 +10:00
qt5_audio.py Update type annotation syntax (#3283) 2024-07-21 14:00:52 +07:00
qt5_compat.py Add orientation toggle to browser view menu (#2074) 2022-09-20 12:56:59 +10:00
qt6.py Expose video driver options for Qt6 (#2643) 2023-09-09 08:59:49 +10:00