Update linting due to new Ruff rules

This commit is contained in:
Veronica Berglyd Olsen
2025-10-04 18:36:44 +02:00
parent 98cdd4eedf
commit 100aad1256
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ def exceptionHandler(exType: type, exValue: BaseException, exTrace: TracebackTyp
from PyQt6.QtWidgets import QApplication
logger.critical("%s: %s", exType.__name__, str(exValue))
logger.critical("%s: %s", exType.__name__, exValue)
print_tb(exTrace)
try: