~notnownikki/offspring/post-build-script

« back to all changes in this revision

Viewing changes to lib/offspring/master/master.py

Merge bug-1039135-fix-notifications [r=cody] [f=1039135]

This fixes a bug in the notifications in the event of an error, causing
notifications not to be sent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                    "Uncaught error propagated to main execution loop.")
67
67
                notifications.notify_crash(
68
68
                    "Lexbuilder Master (Build Queue Dispatcher)",
 
69
                     self.config,
69
70
                     mailer=self.mailer)
70
71
                logging.error(
71
72
                    "SHUTTING DOWN: Fatal error has occurred.")