Merge lp:~cjwatson/launchpad/send-bug-notifications-oops into lp:launchpad
Proposed by
Colin Watson
on 2015-07-15
| 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 | code | 2015-07-15 | Approve on 2015-08-06 |
|
Review via email:
|
|||
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.
review:
Needs Fixing
(code)
| Colin Watson (cjwatson) wrote : | # |
As noted on IRC, this is rather too cumbersome at the moment because construct_

Thanks. I'd also include the BugNotification ID for easy debugging.