Skip to content
Snippets Groups Projects
Commit a34fa3cb authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

handle MISSING PASSPHRASE in gnupg.py

parent d621252a
No related branches found
No related tags found
No related merge requests found
......@@ -962,7 +962,7 @@ class Sign(object):
def handle_status(self, key, value):
if key in ("USERID_HINT", "NEED_PASSPHRASE", "BAD_PASSPHRASE",
"GOOD_PASSPHRASE", "BEGIN_SIGNING"):
"GOOD_PASSPHRASE", "BEGIN_SIGNING", "MISSING_PASSPHRASE"):
pass
elif key == "SIG_CREATED":
(self.type,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment