Skip to content

Commit

Permalink
fix: add missing call to convert_pod_label_to_gen3teamproject
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed Nov 15, 2023
1 parent 347caad commit d598e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argowrapper/engine/helpers/argo_engine_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def parse_list_item(
result["wf_name"] = (
workflow_details["metadata"].get("annotations", {}).get("workflow_name")
)
result[GEN3_TEAM_PROJECT_METADATA_LABEL] = (
result[GEN3_TEAM_PROJECT_METADATA_LABEL] = convert_pod_label_to_gen3teamproject(
workflow_details["metadata"]
.get("labels")
.get(GEN3_TEAM_PROJECT_METADATA_LABEL)
Expand Down

0 comments on commit d598e65

Please sign in to comment.