Skip to content
Snippets Groups Projects
Commit 29c1e86b authored by florian's avatar florian
Browse files

DOC: Add TODO for ambiguous container retrieval

parent 4c1f5249
No related branches found
No related tags found
No related merge requests found
......@@ -1039,6 +1039,8 @@ class Entity(object):
return c[0]
else:
# TODO: This has to be chnaged once ambiguous
# retrievals are delat with server-side.
raise QueryNotUniqueError("This retrieval was not unique!!!")
else:
return Container().append(self).retrieve(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment