diff --git a/voussoirkit/spinal.py b/voussoirkit/spinal.py index 3759a8e..39d2e5c 100644 --- a/voussoirkit/spinal.py +++ b/voussoirkit/spinal.py @@ -859,7 +859,7 @@ def walk( # If for some reason the given starting directory is excluded by the # exclude parameters. - if handle_exclusion(glob_directories, exclude_directories, path.basename, path.absolute_path): + if handle_exclusion(None, exclude_directories, path.basename, path.absolute_path): return # In the following loops, I found joining the os.sep with fstrings to be