mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 13:33:30 +01:00
MAESTRO: fix ruff lint
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user