handle MISSING PASSPHRASE in gnupg.py

This commit is contained in:
Yann Leboulanger 2011-12-31 15:54:11 +01:00
parent d621252a0d
commit a34fa3cb93
1 changed files with 1 additions and 1 deletions

View File

@ -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,