Skip to content
Snippets Groups Projects
Commit bc0ce88c authored by Nico Vermaas's avatar Nico Vermaas
Browse files

added summary info for LINC pipelines also

parent 150a7d52
Branches
No related tags found
1 merge request!321Sdc 1005 multiple summary structures
Pipeline #56749 passed
......@@ -33,7 +33,8 @@ def get_summary_flavour(task):
"""
# not every workflow has the same summary structure
# determine the flavour based on the selected task, and construct the html accordingly
# this could be made implicit in the future by adding a setting to the Workflow, but currently it is derived
# this could be made implicit in the future by adding a setting to the Workflow,
# but currently it is derived in a yucky way. But at least the yuck is confined to this function
"""
summary_flavour = SummaryFlavour.DEFAULT.value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment