summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]