Comment this whole if and not just the inner part.
This commit is contained in:
parent
1727be598a
commit
77481c169c
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue