From af5b683f350ca58565bc8491787b556a32817552 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sat, 23 Mar 2013 00:31:16 +0100 Subject: [PATCH] oubli --- cranspasswords.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranspasswords.py b/cranspasswords.py index e8158cb..1f32e24 100755 --- a/cranspasswords.py +++ b/cranspasswords.py @@ -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)