Skip to content

Commit 66b6448

Browse files
committed
Add a Producer comment to archiver
See DiamondLightSource/mx-analysis#32
1 parent 4c1bf94 commit 66b6448

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/dlstbx/services/archiver.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ def __init__(self, visit, beamline, datasetname):
2727

2828
study = ET.SubElement(self._xml, "study")
2929
investigation = ET.SubElement(study, "investigation")
30+
investigation.append(ET.Comment("Producer: Zocalo dlstbx.services.archiver"))
31+
3032
ET.SubElement(investigation, "inv_number").text = (
3133
visit.split("-")[0] if "-" in visit else visit
3234
)

0 commit comments

Comments
 (0)