Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Feb 2, 2024
1 parent a8a0c98 commit b30d1b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ecml_tools/create/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def __init__(self, config):
if isinstance(config, str):
self.config_path = os.path.realpath(config)
config = load_json_or_yaml(config)
else:
config = deepcopy(config)
config = resolve_includes(config)
super().__init__(config)

Expand Down

0 comments on commit b30d1b7

Please sign in to comment.