467321bceb
Logging format arguments are not supposed to be tuples, but are rather to be supplied separately - i.e., use LOG.debug('%s is %s', arg1, arg2) instead of LOG.debug('%s is %s', (arg1, arg2)) Rid the manila codebase of this logging format error and add a hacking check for this. The hacking check will not catch all corner cases but should help prevent this error in most cases. Change-Id: Ibea39f1f90c0444eae5cfcd6090b2a00d84ab923 Closes-Bug: #1585394 |
||
---|---|---|
.. | ||
__init__.py | ||
checks.py |