[sysadmin-bin] Argh, missed closing ]
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Argh, missed closing ]
- Date: Thu, 9 Oct 2014 09:09:35 +0000 (UTC)
commit 361b107de91281ad13eb21815dd0aa71f55bb509
Author: Andrea Veri <av gnome org>
Date: Thu Oct 9 11:09:31 2014 +0200
Argh, missed closing ]
membership/foundation-operations.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/membership/foundation-operations.py b/membership/foundation-operations.py
index ea99b91..c91967e 100755
--- a/membership/foundation-operations.py
+++ b/membership/foundation-operations.py
@@ -161,7 +161,7 @@ def send_form_letters(form_letter, email, name):
msg['Reply-To'] = "membership-committee gnome org"
msg['Cc'] = "membership-committee gnome org"
server = smtplib.SMTP("localhost")
- server.sendmail(msg['From'], msg['To'], msg['Cc', msg.as_string())
+ server.sendmail(msg['From'], msg['To'], msg['Cc'], msg.as_string())
server.quit()
print "Successfully sent email to %s with email %s" % (name, email)
except smtplib.SMTPException:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]