Skip to content

Commit

Permalink
fix: update method comment to match new implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse authored and tianj7 committed Nov 13, 2023
1 parent f93b8e3 commit 4e45331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/argowrapper/engine/argo_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4e45331

Please sign in to comment.