Switch off breadth first because that's gone from spinal now.
See voussoirkit commit 3ff49e1.
This commit is contained in:
parent
ec50b45184
commit
09d3c576e6
1 changed files with 0 additions and 1 deletions
|
@ -156,7 +156,6 @@ def search(
|
|||
|
||||
if text is None:
|
||||
search_objects = spinal.walk_generator(
|
||||
depth_first=False,
|
||||
recurse=not local_only,
|
||||
yield_directories=True,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue