Fixed Typo
This commit is contained in:
parent
20913760ed
commit
15e7653db3
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
||||||
# handle stacks, disable multimatch errors
|
# handle stacks, disable multimatch errors
|
||||||
nstack = nresults
|
nstack = nresults
|
||||||
if not exact:
|
if not exact:
|
||||||
# we re-run exact match agains one of the matches to
|
# we re-run exact match against one of the matches to
|
||||||
# make sure we were not catching partial matches not belonging
|
# make sure we were not catching partial matches not belonging
|
||||||
# to the stack
|
# to the stack
|
||||||
nstack = len(
|
nstack = len(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue