No longer passing quiet argument to _AT_SEARCH_RESULT. Took out empty line
This commit is contained in:
parent
638bb2f4e7
commit
2c8603bdc1
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue