Comment 2 for bug 418871

Revision history for this message
Martin Pitt (pitti) wrote :

This breaks the tests:

$ PYTHONPATH=. python apport/crashdb_impl/launchpad.py -v
[...]
duplicate handling ... ERROR
reporting crashes against a project instead of a distro ... (https://staging.launchpad.net/bugs/418962) ERROR
updating a invalid crash ... (https://staging.launchpad.net/bugs/418963) ERROR

  File "apport/crashdb_impl/launchpad.py", line 491, in close_duplicate
    Please continue to report any other bugs you may find.' % master,
TypeError: %d format: a number is required, not Entry

I suppose master is a launchpad object. Should be easy to figure out how to get the numerical ID, I'll fix it up.

Thanks!