mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 09:08:32 +02:00
[GH-632] removing unnecessary whitespace
This commit is contained in:
parent
b13a411e6f
commit
261e22b6e0
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ def load_or_install_jrnl():
|
|||
if os.path.exists(config_path):
|
||||
log.debug('Reading configuration from file %s', config_path)
|
||||
config = util.load_config(config_path)
|
||||
|
||||
|
||||
try:
|
||||
upgrade.upgrade_jrnl_if_necessary(config_path)
|
||||
except upgrade.UpgradeValidationException:
|
||||
|
@ -94,7 +94,7 @@ def load_or_install_jrnl():
|
|||
sys.exit(1)
|
||||
|
||||
upgrade_config(config)
|
||||
|
||||
|
||||
return config
|
||||
else:
|
||||
log.debug('Configuration file not found, installing jrnl...')
|
||||
|
|
Loading…
Add table
Reference in a new issue