We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44db318 commit 053ab85Copy full SHA for 053ab85
wfexs_backend/ro_crate.py
@@ -2009,12 +2009,12 @@ def _add_workflow_to_crate(
2009
)
2010
for added_container in added_containers:
2011
# Add containers as addons which were used
2012
- if was_workflow_run:
2013
- the_workflow_crate.append_to(
2014
- "softwareRequirements", added_container, compact=True
2015
- )
2016
if added_container not in existing_containers:
2017
existing_containers.append(added_container)
+ if was_workflow_run:
+ the_workflow_crate.append_to(
+ "softwareRequirements", added_container, compact=True
+ )
2018
if materialized_engine.operational_containers is not None:
2019
added_operational_containers = self._add_containers(
2020
materialized_engine.operational_containers,
0 commit comments