mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
black formatting
This commit is contained in:
parent
65eb1bb51b
commit
97ec922637
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ def load_or_install_jrnl():
|
|||
print("Exiting.", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
if config.get('version') and config.get('version') < __version__:
|
||||
if config.get("version") and config.get("version") < __version__:
|
||||
upgraded_user_config = upgrade_config(config)
|
||||
save_config(upgraded_user_config)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue