diff --git a/src/gui/PythonBridge/EventHandlers.qml b/src/gui/PythonBridge/EventHandlers.qml index 79c05b5c..96850f79 100644 --- a/src/gui/PythonBridge/EventHandlers.qml +++ b/src/gui/PythonBridge/EventHandlers.qml @@ -60,7 +60,7 @@ QtObject { function onLoopException(message, error, traceback) { // No need to log these here, the asyncio exception handler does it const type = py.getattr(py.getattr(error, "__class__"), "__name__") - py.showError(type, traceback, message) + py.showError(type, traceback, "", message) } function onModelItemSet(syncId, indexThen, indexNow, changedFields) {