Skip to content
Snippets Groups Projects
Commit 150a254a authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: var name

parent 71c2a342
No related branches found
No related tags found
3 merge requests!123REL: Release v0.6.0,!114F retrieve identified,!113F refactor test tool
Pipeline #36506 failed
......@@ -277,7 +277,7 @@ identifiabel, identifiable and identified record) for a Record.
if record.path is not None:
return cached_get_entity_by(path=record.path)
if record.id is not None:
return cached_get_entity_by(id=record.id)
return cached_get_entity_by(eid=record.id)
identifiable = self.get_identifiable(record, referencing_entities=referencing_entities)
......
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