Skip to content

Commit

Permalink
Fixed bug in config validation
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jan 11, 2025
1 parent 1d03537 commit 570287e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bbconf/config_parser/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def config_analyzer(config_path: str) -> bool:
print(
f"Config info: `{field_name}` Field is not set in the configuration file. Using default value."
)
return False
try:
config_dict[field_name] = annotation.annotation()
except ValidationError as e:
Expand Down

0 comments on commit 570287e

Please sign in to comment.