Merge lp:~cjwatson/launchpad/send-bug-notifications-oops into lp:launchpad
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 17682 |
Proposed branch: | lp:~cjwatson/launchpad/send-bug-notifications-oops |
Merge into: | lp:launchpad |
Diff against target: |
290 lines (+143/-47) 3 files modified
cronscripts/send-bug-notifications.py (+1/-44) lib/lp/bugs/scripts/bugnotification.py (+68/-2) lib/lp/bugs/scripts/tests/test_bugnotification.py (+74/-1) |
To merge this branch: | bzr merge lp:~cjwatson/launchpad/send-bug-notifications-oops |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant (community) | code | Approve | |
Review via email: mp+264814@code.launchpad.net |
Commit message
Turn SMTPExceptions when sending bug notifications into OOPSes rather than letting the entire script crash.
Description of the change
Turn SMTPExceptions when sending bug notifications into OOPSes rather than letting the entire script crash.
To post a comment you must log in.
Thanks. I'd also include the BugNotification ID for easy debugging.