Skip to content

Commit

Permalink
Update argo_workflows.py
Browse files Browse the repository at this point in the history
  • Loading branch information
savingoyal authored Dec 28, 2024
1 parent 3904fe8 commit ccc1581
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metaflow/plugins/argo/argo_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,6 @@ def _compile_workflow_template(self):
graph_info = {
"steps": steps_info,
"graph_structure": graph_structure,
"doc": self.graph.doc,
}
except Exception:
graph_info = None
Expand Down

0 comments on commit ccc1581

Please sign in to comment.