Skip to content

Commit

Permalink
Forgot one
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-intel committed Jan 10, 2025
1 parent 6dce2be commit 5cb2f27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metaflow/plugins/events_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,9 @@ class TriggerOnFinishDecorator(FlowDecorator):
"flow": None, # flow_name or project_flow_name
"flows": [], # flow_names or project_flow_names
"options": {},
**{k: v["default"] for k, v in options.items()},
# Re-enable if you want to support TL options directly in the decorator like
# for @project decorator
# **{k: v["default"] for k, v in options.items()},
}

def flow_init(
Expand Down

0 comments on commit 5cb2f27

Please sign in to comment.