From 365bb2002cdbbc5617b027abc0b06de2ababc637 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 20 Mar 2016 13:13:41 +0530 Subject: [PATCH] Report failure without hints. Signed-off-by: Arun Prakash Jana --- buku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buku b/buku index 4db451e..1a16757 100755 --- a/buku +++ b/buku @@ -673,7 +673,7 @@ def decrypt_file(): dbhash = get_filehash(dbpath) if dbhash != enchash: os.remove(dbpath) - print("Wrong password") + print("Decryption failed"); else: os.remove(encpath) print("File decrypted")