Fix pep8 error

new flake8 issue:
- E275 missing whitespace after keyword

Change-Id: I4dd4e7dabe71d0a81eaba9bdad6969911a395429
This commit is contained in:
Gregory Thiemonge
2023-04-19 10:55:39 +02:00
parent 3819edb51a
commit 6e7ce65ce6
+1 -1
View File
@@ -145,7 +145,7 @@ def no_log_warn(logical_line):
O339
"""
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