Disable hook for testing

This commit is contained in:
CPD 2025-03-05 17:06:26 +01:00
parent 3ac994a7d6
commit 34f8ca8e06

View File

@ -81,4 +81,4 @@ class UncaughtHook(QtCore.QObject):
self._exception_caught.emit(log_msg)
# create a global instance of our class to register the hook
qt_exception_hook = UncaughtHook()
# qt_exception_hook = UncaughtHook()