mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
Doc changes
This commit is contained in:
parent
db494597a2
commit
72ab49d382
2 changed files with 6 additions and 1 deletions
|
@ -103,7 +103,6 @@ def yesno(prompt, default=True):
|
|||
|
||||
def load_config(config_path):
|
||||
"""Tries to load a config file from YAML.
|
||||
If that fails, fall back to JSON.
|
||||
"""
|
||||
with open(config_path) as f:
|
||||
config = yaml.load(f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue