Skip to content
Snippets Groups Projects

Pims tweaks

Merged Charlotte Hausman requested to merge pims_tweaks into main
1 unresolved thread
@@ -157,7 +157,7 @@ class WorkflowTemplate(JSONSerializable):
# add some rendering helpers to the argument
render_helpers = {"make_condor_jobname": self.make_condor_jobname}
if "splits" in argument:
argument["splits"] = json.dumps(argument["splits"])
argument["splits_str"] = json.dumps(argument["splits"])
argument = {**render_helpers, **argument}
Loading