changeset 273:fce509d75f3b

forgot a comma
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 31 Jul 2012 13:50:12 -0700
parents 72645086a0b7
children b19992f78f5c
files autobot/template/master/master.cfg
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/template/master/master.cfg	Tue Jul 31 13:42:47 2012 -0700
+++ b/autobot/template/master/master.cfg	Tue Jul 31 13:50:12 2012 -0700
@@ -134,7 +134,7 @@
     from buildbot.status import mail
     m = mail.MailNotifier(fromaddr=fromaddr,
                           mode=["problem"],
-                          extraRecipients=recipients
+                          extraRecipients=recipients,
                           sendToInterestedUsers=True)
      c['status'].append(m)