diff --git a/src/argowrapper/engine/argo_engine.py b/src/argowrapper/engine/argo_engine.py index 91d4f71..6df57b1 100644 --- a/src/argowrapper/engine/argo_engine.py +++ b/src/argowrapper/engine/argo_engine.py @@ -294,8 +294,8 @@ def _get_archived_workflow_wf_name_and_team_project( workflows. Returns: - str: the custom, user given, workflow name found in the annotations - section of the workflow + str, str: the custom, user given, workflow name found in the annotations + section of the workflow AND the "team project" label """ if archived_workflow_uid in self.workflow_given_names_cache: return self.workflow_given_names_cache[archived_workflow_uid]