summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian McCarthy <brian.mccarthy@mongodb.com>2018-04-27 18:13:49 -0400
committerBrian McCarthy <brian.mccarthy@mongodb.com>2018-04-27 18:13:49 -0400
commit91eaa878c4feeebd9397c49180631fc719238aaf (patch)
treea434ce470d6ed78bdbd717888a0bba488e7e7ddf
parent649630d10bf6c00225480fe261c042737e5d9688 (diff)
downloadmongo-91eaa878c4feeebd9397c49180631fc719238aaf.tar.gz
SERVER-34655 Fix lint
-rw-r--r--buildscripts/scons_cache_prune.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/scons_cache_prune.py b/buildscripts/scons_cache_prune.py
index 3f6bc2f400c..da60ab8efa4 100644
--- a/buildscripts/scons_cache_prune.py
+++ b/buildscripts/scons_cache_prune.py
@@ -53,7 +53,6 @@ def collect_cache_contents(cache_path):
except OSError as err:
LOGGER.warning("Ignoring error querying file %s : %s", file_path, err)
-
return (total, contents)