This commit is contained in:
Vincent Le Gallic 2013-03-23 00:31:16 +01:00
parent 2cc93e5dfb
commit af5b683f35

View file

@ -195,7 +195,7 @@ def encrypt(roles, contents):
email_recipients = []
for recipient in recipients:
email, key = allkeys[recipient]
key = allkeys[recipient]
if key:
email_recipients.append("-r")
email_recipients.append(key)