From 34f8ca8e069cd633a936b62845d9f19d8c7a3219 Mon Sep 17 00:00:00 2001 From: CPD Date: Wed, 5 Mar 2025 17:06:26 +0100 Subject: [PATCH] Disable hook for testing --- cpdctrl_gui/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdctrl_gui/init.py b/cpdctrl_gui/init.py index 428e639..c87ef7c 100644 --- a/cpdctrl_gui/init.py +++ b/cpdctrl_gui/init.py @@ -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()