diff --git a/atdb/taskdatabase/services/common.py b/atdb/taskdatabase/services/common.py index eae0d8dd8e5628c4cc072d67c3e0d1aa68f801ec..6d4f8a9f2363e5df3c6878e43783ecb9368ab6ec 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