summaryrefslogtreecommitdiff
path: root/misc/userscripts/qute-keepass
diff options
context:
space:
mode:
authorlufte <javierayres@gmail.com>2019-10-10 20:45:35 -0300
committerlufte <javierayres@gmail.com>2019-10-10 20:45:35 -0300
commit9520fc2d315507eb4733f8f688bbb66e04314a7e (patch)
treea081aba3e8e65e229e8df190f23a6fd71527c52f /misc/userscripts/qute-keepass
parentbce3cd7dc1d8d359b96e09da2bc5a29c5eb98fc2 (diff)
downloadqutebrowser-9520fc2d315507eb4733f8f688bbb66e04314a7e.tar.gz
qutebrowser-9520fc2d315507eb4733f8f688bbb66e04314a7e.zip
Call format on the right object
Diffstat (limited to 'misc/userscripts/qute-keepass')
-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]