From ccaca2d135e1d3b87684d9d075c08d00000e09bf 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.")