Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-intel committed Dec 18, 2024
1 parent 69fa5e9 commit ba9a675
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion metaflow/user_configs/config_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,10 @@ def process_configs(
else:
debug.userconf_exec("Fast path due to pre-processed values")
merged_configs = self._value_values
click_obj.has_config_options = True

if click_obj:
click_obj.has_config_options = True

debug.userconf_exec("Configs merged with defaults: %s" % str(merged_configs))

missing_configs = set()
Expand Down

0 comments on commit ba9a675

Please sign in to comment.