Resolve merge conflict

This commit is contained in:
Griatch 2019-01-17 23:04:11 +01:00
commit 7fc74f3d2e
2 changed files with 7 additions and 9 deletions

View file

@ -432,6 +432,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
# only allow exact matching if searching the entire database
# or unique #dbrefs
exact = True
candidates = None
elif candidates is None:
# no custom candidates given - get them automatically