From 09d3c576e6484c5baf9be56c33ff530ef273414c Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 31 Jan 2020 20:27:03 -0800 Subject: [PATCH] Switch off breadth first because that's gone from spinal now. See voussoirkit commit 3ff49e1. --- search.py | 1 - 1 file changed, 1 deletion(-) diff --git a/search.py b/search.py index 1e53be6..e7b35fa 100644 --- a/search.py +++ b/search.py @@ -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, )