Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saikonen committed Jan 11, 2025
1 parent 65aefc5 commit 96f57f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def start(
# Note that top-level decospecs are used primarily with non run/resume
# options as well as with the airflow/argo/sfn integrations which pass
# all the decospecs (the ones from top-level but also the ones from the
# run/resume level_) through the tl decospecs.
# run/resume level) through the tl decospecs.
ctx.obj.tl_decospecs = list(decospecs or [])

# initialize current and parameter context for deploy-time parameters
Expand Down

0 comments on commit 96f57f4

Please sign in to comment.