this should solve the filename problem

This commit is contained in:
2026-05-12 16:08:49 +02:00
parent 19a802694f
commit f84478a7a4
3 changed files with 13 additions and 2 deletions

View File

@@ -224,6 +224,7 @@ class Entrypoint:
self.extra = sample_data["metadata_decoded"]["extra_fields"]
self.linked_items = sample_data["items_links"] # dict
self.batch_elabid = self.extra["Substrate batch"]["value"] # elabid
self.proposal = self.extra["Proposal"].get("value") or None # proposal
self.linked_experiments = sample_data["related_experiments_links"] # dict
self.linked_experiments_elabid = [
i["entityid"] for i in self.linked_experiments