From 5a1a1e12fb2e292560495e3aebffdbc28586fcdd Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Mon, 11 May 2015 12:00:08 -0600 Subject: [PATCH] [Upgrade] remove unused string parameter --- jrnl/upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/upgrade.py b/jrnl/upgrade.py index 3784c9f6..c084f1d7 100644 --- a/jrnl/upgrade.py +++ b/jrnl/upgrade.py @@ -100,4 +100,4 @@ older versions of jrnl anymore. util.prompt("\nUpgrading config...") backup(config_path) - util.prompt("\nWe're all done here and you can start enjoying jrnl 2.".format(config_path)) + util.prompt("\nWe're all done here and you can start enjoying jrnl 2.")