diff --git a/jrnl/upgrade.py b/jrnl/upgrade.py index 9cb0102c..90e97887 100644 --- a/jrnl/upgrade.py +++ b/jrnl/upgrade.py @@ -71,7 +71,6 @@ def upgrade_jrnl(config_path): if os.path.exists(os.path.expanduser(path)): path = os.path.expanduser(path) else: - print(f"\nError: {path} does not exist.") print_msg(Message(MsgText.DoesNotExist, MsgType.ERROR, {"name": path})) continue