jqueue: fix a bug in an error path
authorIustin Pop <iustin@google.com>
Thu, 27 Nov 2008 03:13:49 +0000 (03:13 +0000)
committerIustin Pop <iustin@google.com>
Thu, 27 Nov 2008 03:13:49 +0000 (03:13 +0000)
commit33987705ce06b4c2fa0112de9e988f305d552c1f
tree3f91c7066244e1eccf03d2fd2e481c1683d21d8f
parentcff4c03758236ac90233fe0937e91d2acde145ad
jqueue: fix a bug in an error path

Dictionaries raise KeyError, and not ValueError when invalid keys are
passes to del.

Reviewed-by: imsnah
lib/jqueue.py