Merge "Fix R1720 pylint error in test_utils"

This commit is contained in:
Zuul 2020-09-02 07:37:14 +00:00 committed by Gerrit Code Review
commit ff6e1c1225
1 changed files with 1 additions and 2 deletions

View File

@ -162,8 +162,7 @@ class TestExceptionLogger(base.BaseTestCase):
def func(i):
if i == 2:
raise RuntimeError(2)
else:
calls(i)
calls(i)
pool = eventlet.GreenPool(4)
for i in range(0, 4):