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

fix typo

parent 318194a7
No related branches found
No related tags found
3 merge requests!123REL: Release v0.6.0,!114F retrieve identified,!113F refactor test tool
Pipeline #36311 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(eid=record.id)
return cached_get_entity_by(id=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