mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
Run make format
This commit is contained in:
parent
9833ee9911
commit
a013a87c6d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ def save_config(config, alt_config_path=None):
|
|||
config["version"] = __version__
|
||||
|
||||
yaml = YAML(typ="safe")
|
||||
yaml.default_flow_style = False # prevents collapsing of tree structure
|
||||
yaml.default_flow_style = False # prevents collapsing of tree structure
|
||||
|
||||
with open(
|
||||
alt_config_path if alt_config_path else get_config_path(),
|
||||
|
|
Loading…
Add table
Reference in a new issue