Comment 0 for bug 497414

Revision history for this message
Graham Binns (gmb) wrote :

What happens:
If a KeyError is raised by line 792 of lp.bugs.scripts.checkwatches, it will travel all the way up the stack and cause the script to abort.

What should happen:
The KeyError should either not occur (by using bug_watches_by_remote_bug.get()) or should be logged quietly.

This is related to, but not the same as bug 496988. In fact I suspect this bug has been masked by that one.