Merge lp://staging/~cjohnston/launchpad-work-items-tracker/no-crash-on-404 into lp://staging/launchpad-work-items-tracker
Proposed by
Chris Johnston
Status: | Merged |
---|---|
Approved by: | Martin Pitt |
Approved revision: | 310 |
Merged at revision: | 311 |
Proposed branch: | lp://staging/~cjohnston/launchpad-work-items-tracker/no-crash-on-404 |
Merge into: | lp://staging/launchpad-work-items-tracker |
Diff against target: |
36 lines (+10/-2) 1 file modified
lpworkitems/collect.py (+10/-2) |
To merge this branch: | bzr merge lp://staging/~cjohnston/launchpad-work-items-tracker/no-crash-on-404 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Pitt (community) | Approve | ||
Review via email: mp+143913@code.staging.launchpad.net |
Description of the change
The collect script will error and give a traceback when a 404 is received from the LP API. This allow the script to continue after getting a 404.
To post a comment you must log in.
This is a crash that "Should Not Happen"™. Can you find out the URL that crashes and report a bug against Launchpad for this?
As a workaround this looks good to me, thanks!