parent
598126d25c
commit
855e7f32b0
1 changed files with 5 additions and 5 deletions
|
|
@ -432,8 +432,8 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
||||||
# only allow exact matching if searching the entire database
|
# only allow exact matching if searching the entire database
|
||||||
# or unique #dbrefs
|
# or unique #dbrefs
|
||||||
exact = True
|
exact = True
|
||||||
else:
|
|
||||||
# TODO: write code...if candidates is None:
|
elif candidates is None:
|
||||||
# no custom candidates given - get them automatically
|
# no custom candidates given - get them automatically
|
||||||
if location:
|
if location:
|
||||||
# location(s) were given
|
# location(s) were given
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue