From 9d9c404d4fbc527a75c7c71669a366d6225c4081 Mon Sep 17 00:00:00 2001 From: lufte Date: Thu, 10 Oct 2019 20:45:35 -0300 Subject: Call format on the right object (cherry picked from commit 9520fc2d315507eb4733f8f688bbb66e04314a7e) --- misc/userscripts/qute-keepass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/userscripts/qute-keepass b/misc/userscripts/qute-keepass index 03f9152cc..485d83e05 100755 --- a/misc/userscripts/qute-keepass +++ b/misc/userscripts/qute-keepass @@ -228,7 +228,7 @@ def run(args): args.io_encoding) if selection not in candidates_map: - stderr("'{}' was not a valid entry!").format(selection) + stderr("'{}' was not a valid entry!".format(selection)) return ExitCodes.USER_QUIT selection = candidates_map[selection] -- cgit v1.2.3-54-g00ecf