Open
Description
Very minor issue but I need to note this down so I don't forget to correct it later. I've just learned that while string formatting is recommended in many (most?) contexts, it is not a good idea in logging messages. Some explanation is here. The relevant pylint messages are:
Line: 440
pylint: logging-format-interpolation / Use % formatting in logging functions and pass the % parameters as arguments (col 20)
Line: 443
pylint: logging-format-interpolation / Use % formatting in logging functions and pass the % parameters as arguments (col 16)
Line: 599
pylint: logging-format-interpolation / Use % formatting in logging functions and pass the % parameters as arguments (col 17)
Line: 748
pylint: logging-format-interpolation / Use % formatting in logging functions and pass the % parameters as arguments (col 36)
Metadata
Metadata
Assignees
Labels
No labels