Closed sigalsax closed 3 years ago
@eladkug no risk. The changes touch on how we format strings. You can either do it like ().format
or printf()
. In certain areas we chose format
because we care about the whitespaces. In terms of functionality, this doesn't make a difference though
What does this PR do?
The 'main' building was failing Pylint suggestions. This commit fixes the failure by ignoring pylint's suggestions because the formatting of the strings was done purposefully
What ticket does this PR close?
Resolves -
Checklists
Change log
Test coverage
Documentation
README
s) were updated in this PR, and/or there is a follow-on issue to update docs, or