Skip to content

Commit

Permalink
Accept 'PINENTRY_LAUNCHED' status key on key import
Browse files Browse the repository at this point in the history
  • Loading branch information
OdyX committed Jan 7, 2018
1 parent 687f17e commit 29dc47b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnupg/_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,8 @@ def _handle_status(self, key, value):
if key == "IMPORTED":
# this duplicates info we already see in import_ok & import_problem
pass
elif key == ("PINENTRY_LAUNCHED"):
pass
elif key == "KEY_CONSIDERED":
self.results.append({
'status': key.replace("_", " ").lower(),
Expand Down

0 comments on commit 29dc47b

Please sign in to comment.