Starting with flake8>=5.0.1 we got the following report:
  tests/check_acl_log.py:94:80: E501 line too long (80 > 79 characters)

Signed-off-by: Dumitru Ceara <dce...@redhat.com>
---
 tests/check_acl_log.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/check_acl_log.py b/tests/check_acl_log.py
index 1dd9630c0..790846afe 100644
--- a/tests/check_acl_log.py
+++ b/tests/check_acl_log.py
@@ -91,7 +91,8 @@ def main():
         try:
             if parsed_log[key] != val:
                 print(
-                    f"Expected log {key}={val} but got {key}={parsed_log[key]} 
\
+                    f"Expected log {key}={val} but got \
+                    {key}={parsed_log[key]} \
                     in:\n\t'{acl_log}"
                 )
                 exit(1)
-- 
2.31.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to