summaryrefslogtreecommitdiff
path: root/site_scons
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2021-05-12 20:37:36 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-13 22:09:22 +0000
commit9c33afdc8a9e78537bc695b07c1bf6af2e56b3a2 (patch)
treef04be7835f020fd36735662d4f4623afa6bad521 /site_scons
parent82e3fb1432442785cdf0fd320899bd3a37ed106b (diff)
downloadmongo-9c33afdc8a9e78537bc695b07c1bf6af2e56b3a2.tar.gz
SERVER-56897 fix regression causing scanner call chain to break
Diffstat (limited to 'site_scons')
-rw-r--r--site_scons/libdeps_next.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/site_scons/libdeps_next.py b/site_scons/libdeps_next.py
index 402b3d265dd..2e850677187 100644
--- a/site_scons/libdeps_next.py
+++ b/site_scons/libdeps_next.py
@@ -800,7 +800,7 @@ def update_scanner(env, builder_name=None, debug=False):
else:
path_function = None
- def new_scanner(node, env, path=(), old_scanner=None):
+ def new_scanner(node, env, path=()):
if debug:
print(f"LIBDEPS SCANNER: {str(node)}")
print(f" Declared dependencies:")