No longer passing quiet argument to _AT_SEARCH_RESULT. Took out empty line

This commit is contained in:
David Estrada 2020-04-20 19:23:04 -07:00
parent 638bb2f4e7
commit 2c8603bdc1

View file

@ -500,12 +500,10 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
if quiet: if quiet:
return list(results) return list(results)
return _AT_SEARCH_RESULT( return _AT_SEARCH_RESULT(
results, results,
self, self,
query=searchdata, query=searchdata,
quiet=quiet,
nofound_string=nofound_string, nofound_string=nofound_string,
multimatch_string=multimatch_string, multimatch_string=multimatch_string,
) )