mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
take out old code
This commit is contained in:
parent
1b6c3edbd3
commit
03c0ae33f0
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ def upgrade_jrnl(config_path):
|
||||||
if os.path.exists(os.path.expanduser(path)):
|
if os.path.exists(os.path.expanduser(path)):
|
||||||
path = os.path.expanduser(path)
|
path = os.path.expanduser(path)
|
||||||
else:
|
else:
|
||||||
print(f"\nError: {path} does not exist.")
|
|
||||||
print_msg(Message(MsgText.DoesNotExist, MsgType.ERROR, {"name": path}))
|
print_msg(Message(MsgText.DoesNotExist, MsgType.ERROR, {"name": path}))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue