From bc0ce88cf9d366d1ddc5e82800c12297ddb005c0 Mon Sep 17 00:00:00 2001 From: Vermaas <vermaas@astron.nl> Date: Thu, 31 Aug 2023 14:09:37 +0200 Subject: [PATCH] added summary info for LINC pipelines also --- atdb/taskdatabase/services/common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atdb/taskdatabase/services/common.py b/atdb/taskdatabase/services/common.py index eae0d8dd..6d4f8a9f 100644 --- a/atdb/taskdatabase/services/common.py +++ b/atdb/taskdatabase/services/common.py @@ -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 -- GitLab