X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Flib%2Fapp_globals.py;h=edf6aa5bc4ae3c586265a25a3c7d4a44b5992883;hb=1456c7ccd83b055606d31173c1203310319557bc;hp=016a9e1eaf0bf360544da778e9f893ebe323bd65;hpb=13738797f4f8cfeab5ae3cd4b879263e5be3eedf;p=bluechips.git diff --git a/bluechips/lib/app_globals.py b/bluechips/lib/app_globals.py index 016a9e1..edf6aa5 100644 --- a/bluechips/lib/app_globals.py +++ b/bluechips/lib/app_globals.py @@ -33,7 +33,7 @@ class Globals(object): log.info("From: %s\nTo: %s\nSubject: %s\n\n%s", msg.From, msg.To, msg.Subject, msg.Body) else: - self.mailer.send(msg) + self.mailer.send(msg) # pragma: nocover def handle_notification(self, users, subject, body): "Send a notification email."