summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-05-03 13:02:33 -0400
committerMathew Robinson <chasinglogic@gmail.com>2019-05-03 13:02:43 -0400
commited33d2f8e66cd907ef13ee162f6a1dac3ff25672 (patch)
treeff7b52365be1be65f1074bbc5b50838a25d641cb
parent6ff77c441914b6d8fcc96a824c4d14d33067e4f9 (diff)
downloadmongo-ed33d2f8e66cd907ef13ee162f6a1dac3ff25672.tar.gz
SERVER-40514 Fix lint in resmoke handlers.py
-rw-r--r--buildscripts/resmokelib/logging/handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/logging/handlers.py b/buildscripts/resmokelib/logging/handlers.py
index cff5793392c..85fe0d14c45 100644
--- a/buildscripts/resmokelib/logging/handlers.py
+++ b/buildscripts/resmokelib/logging/handlers.py
@@ -26,7 +26,7 @@ from .. import utils
_TIMEOUT_SECS = 10
-class BufferedHandler(logging.Handler):
+class BufferedHandler(logging.Handler): # pylint: disable=too-many-instance-attributes
"""A handler class that buffers logging records in memory.
Whenever each record is added to the buffer, a check is made to see if the buffer