From a106f817b5bdc92c7fc3b26346707bb6f41aa0e0 Mon Sep 17 00:00:00 2001 From: CPD Date: Mon, 17 Mar 2025 18:14:57 +0100 Subject: [PATCH] Enable errors --- 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 92071e8..80d3032 100644 --- a/cpdctrl_gui/init.py +++ b/cpdctrl_gui/init.py @@ -93,4 +93,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()