Skip to content

Commit

Permalink
more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Apr 26, 2024
1 parent 1e143c7 commit 6f495aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anemoi/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __repr__(self) -> str:


def load_config():
"""Load the configuration from disk
"""Load the configuration from `~/.anemoi.toml`.
Returns
-------
Expand All @@ -87,7 +87,7 @@ def load_config():


def save_config():
"""Save the configuration to disk"""
"""Save the configuration to `~/.anemoi.toml`."""

conf = os.path.expanduser("~/.anemoi.toml")
with open(conf, "w") as f:
Expand Down

0 comments on commit 6f495aa

Please sign in to comment.