Fix pep8 error
new flake8 issue: - E275 missing whitespace after keyword Change-Id: I4dd4e7dabe71d0a81eaba9bdad6969911a395429 (cherry picked from commit6e7ce65ce6
) (cherry picked from commitc940f7a064
) (cherry picked from commitba0c244df2
)
This commit is contained in:
parent
db22c0b9da
commit
09e0beb66f
@ -145,7 +145,7 @@ def no_log_warn(logical_line):
|
|||||||
O339
|
O339
|
||||||
"""
|
"""
|
||||||
if logical_line.startswith('LOG.warn('):
|
if logical_line.startswith('LOG.warn('):
|
||||||
yield(0, "O339:Use LOG.warning() rather than LOG.warn()")
|
yield (0, "O339:Use LOG.warning() rather than LOG.warn()")
|
||||||
|
|
||||||
|
|
||||||
@core.flake8ext
|
@core.flake8ext
|
||||||
|
Loading…
Reference in New Issue
Block a user