summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/logging/buildlogger.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/logging/buildlogger.py')
-rw-r--r--buildscripts/resmokelib/logging/buildlogger.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/logging/buildlogger.py b/buildscripts/resmokelib/logging/buildlogger.py
index 81141f3fbe6..6325ecabb89 100644
--- a/buildscripts/resmokelib/logging/buildlogger.py
+++ b/buildscripts/resmokelib/logging/buildlogger.py
@@ -27,7 +27,10 @@ _INCOMPLETE_LOG_OUTPUT = threading.Event()
def is_log_output_incomplete(): # noqa: D205,D400
- """Return true if we failed to write all of the log output to the buildlogger server, and return
+ """
+ Indicate whether the log output is incomplete.
+
+ Return true if we failed to write all of the log output to the buildlogger server, and return
false otherwise.
"""
return _INCOMPLETE_LOG_OUTPUT.is_set()