Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
JPXKQX committed Jun 28, 2024
1 parent ec8c9c5 commit 9b9d805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anemoi/graphs/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(
**kwargs,
):
if isinstance(config, str) or isinstance(config, os.PathLike):
self.config = DotDict.from_file(self.config)
self.config = DotDict.from_file(config)
else:
self.config = config

Expand Down

0 comments on commit 9b9d805

Please sign in to comment.