changeset 278:0f754bf9fd8a

maybe this is only one string...who knows?
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 31 Jul 2012 15:01:49 -0700
parents 268349e6c941
children b2fd70c76dde
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 14:45:04 2012 -0700
+++ b/autobot/template/master/master.cfg	Tue Jul 31 15:01:49 2012 -0700
@@ -133,7 +133,7 @@
 if fromaddr:
     from buildbot.status import mail
     m = mail.MailNotifier(fromaddr=fromaddr,
-                          mode=["problem"],
+                          mode="problem",
                           extraRecipients=recipients,
                           sendToInterestedUsers=True)
     c['status'].append(m)