]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Failing to load a crawler state pickle uses default values, but the exception clause...
authordavid-sarah <david-sarah@jacaranda.org>
Mon, 2 Jul 2012 18:18:47 +0000 (18:18 +0000)
committerdavid-sarah <david-sarah@jacaranda.org>
Mon, 2 Jul 2012 18:18:47 +0000 (18:18 +0000)
commit3cb99364e6a83d0064d2838a0c470278903e19ac
tree83f42679f90c258345f57294909bff696ed313cc
parentd278b1220fcbd65e95aa4812913e8c370904f50e
Failing to load a crawler state pickle uses default values, but the exception clause to detect this failure is too narrow; it can also fail with EOFError or KeyError for example.
src/allmydata/storage/crawler.py