Commit cbfd12d2 authored by Jason Madden's avatar Jason Madden

appease new pylint.

parent 7d571062
......@@ -308,7 +308,7 @@ class TestCase(greentest.TestCase):
def makefile(self):
with self.connect() as sock:
try:
result = sock.makefile(bufsize=1)
result = sock.makefile(bufsize=1) # pylint:disable=unexpected-keyword-arg
yield result
finally:
result.close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment