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

MAINT: parent needs to be given to identifiable in H5CFood

parent 3af6c067
No related branches found
No related tags found
1 merge request!22Release 0.3
Pipeline #10554 passed
......@@ -44,6 +44,7 @@ class ExampleH5CFood(H5CFood):
super().create_identifiables()
self.identifiable_root = db.Record()
self.identifiable_root.add_property("hdf5File", self.crawled_file)
self.identifiable_root.add_parent("ExampleH5")
self.identifiables.append(self.identifiable_root)
def special_treatment(self, key, value, dtype):
......
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