Skip to content
Snippets Groups Projects
Commit f5acc1ce authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

make sure message architect is replacing correct template key (durr...)

parent 4b0c9b48
No related branches found
Tags end-of-sprint-16.999
1 merge request!936make sure message architect is replacing correct template key (durr...)
Pipeline #5217 passed
......@@ -230,11 +230,11 @@ class ArchiveMessageArchitect(MessageArchitectIF):
template["carta_url"] = self.carta_url
if self.sdm_id is not None:
template["fileset_id"] = self.sdm_id
template["logData"]["fileset_id"] = self.sdm_id
if msg_type == "do_not_calibrate":
template["markedDirectory"] = self.subject.results_dir
template["logData"]["markedDirectory"] = self.subject.results_dir
if self.project is not None:
template["project_code"] = self.project
template["logData"]["project_code"] = self.project
return DictView(template)
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