Switch off breadth first because that's gone from spinal now.

See voussoirkit commit 3ff49e1.
This commit is contained in:
voussoir 2020-01-31 20:27:03 -08:00
parent ec50b45184
commit 09d3c576e6

View file

@ -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,
)