summaryrefslogtreecommitdiff
path: root/site_scons/libdeps_next.py
diff options
context:
space:
mode:
Diffstat (limited to 'site_scons/libdeps_next.py')
-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:")