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
@@ -586,7 +586,7 @@ class GuiOutlineTree(QTreeWidget):
try:
for name, (hidden, width) in colState.items():
if name not in nwOutline.__members__:
logger.warning("Ignored unknown outline column '%s'", str(name))
logger.warning("Ignored unknown outline column '%s'", name)
continue
tmpOrder.append(nwOutline[name])
tmpHidden[nwOutline[name]] = hidden