[foundation-web] reminder mails: Remove comma in name formatting



commit af180217c3b34b45fe4d14c7534efeb45a59abb2
Author: Tobias Mueller (ideabox) <tobiasmue gnome org>
Date:   Thu Jan 30 00:31:05 2014 +0100

    reminder mails: Remove comma in name formatting

 bin/mail_renewals_to_foundation_list.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/mail_renewals_to_foundation_list.py b/bin/mail_renewals_to_foundation_list.py
index cf6ea33..949d164 100755
--- a/bin/mail_renewals_to_foundation_list.py
+++ b/bin/mail_renewals_to_foundation_list.py
@@ -45,7 +45,7 @@ TEMPLATE = dedent('''
 ''')
 
 def format_members_for_mail(members, template=TEMPLATE):
-    fmt = " * %(firstname)s, %(lastname)s (%(token_or_last_renewed_on)s)"
+    fmt = " * %(firstname)s %(lastname)s (%(token_or_last_renewed_on)s)"
     member_lines = [fmt % member.__dict__ for member in members]
 
     members_formatted = '\n'.join(member_lines)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]