Comment this whole if and not just the inner part.

This commit is contained in:
voussoir 2020-01-25 00:52:39 -08:00
parent 1727be598a
commit 77481c169c

View file

@ -154,9 +154,8 @@ def search(
search_objects = text.splitlines() search_objects = text.splitlines()
for (index, search_object) in enumerate(search_objects): for (index, search_object) in enumerate(search_objects):
if index % 10 == 0: # if index % 10 == 0:
# print(index, end='\r', flush=True) # print(index, end='\r', flush=True)
pass
if isinstance(search_object, pathclass.Path): if isinstance(search_object, pathclass.Path):
search_text = search_object.basename search_text = search_object.basename
result_text = search_object.absolute_path result_text = search_object.absolute_path