summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlufte <javierayres@gmail.com>2019-10-10 20:45:35 -0300
committerFlorian Bruhin <me@the-compiler.org>2019-11-22 15:24:40 +0100
commit9d9c404d4fbc527a75c7c71669a366d6225c4081 (patch)
tree4e299a4612df3fe5bc24be4bae82838bffa08e08
parentfbb8f9cb9f44b27595916c1869177c6e1388b43c (diff)
downloadqutebrowser-9d9c404d4fbc527a75c7c71669a366d6225c4081.tar.gz
qutebrowser-9d9c404d4fbc527a75c7c71669a366d6225c4081.zip
Call format on the right object
(cherry picked from commit 9520fc2d315507eb4733f8f688bbb66e04314a7e)
-rwxr-xr-xmisc/userscripts/qute-keepass2
1 files changed, 1 insertions, 1 deletions
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]