]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/lib/app_globals.py
cleaning up code and improving test coverage
[bluechips.git] / bluechips / lib / app_globals.py
index 016a9e1eaf0bf360544da778e9f893ebe323bd65..edf6aa5bc4ae3c586265a25a3c7d4a44b5992883 100644 (file)
@@ -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."