2009-12-16 14:03:31 |
Graham Binns |
description |
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. |
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.
See OOPS-1413CCW5363 for an example of this error. |
|