Skip to content

Commit

Permalink
Reading config from env
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudw committed Sep 26, 2024
1 parent aa1fd17 commit 9c85764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/plugins/aip/aip_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def cli_decorator(func: Callable):
@click.option(
"--add-default-cards",
"add_default_cards",
default=True,
default=from_conf("METAFLOW_AIP_ADD_DEFAULT_CARDS", default=True),
help="Whether to add default card to all workflow steps",
show_default=True,
)
Expand Down

0 comments on commit 9c85764

Please sign in to comment.