MAESTRO: fix ruff lint

This commit is contained in:
Mariusz Banach
2026-02-18 00:20:19 +01:00
parent 53a0fa0784
commit e2fef86ee0
19 changed files with 37 additions and 33 deletions

View File

@@ -93,7 +93,8 @@ class Logger:
if pos1 == -1:
raise ValueError(
"Output colors mismatch - could not find pos of end of color number!"
"Output colors mismatch - could not find pos of end of "
"color number!"
)
c = int(s[pos : pos + pos1])