clar: Corrupted pickles

This commit is contained in:
Vicent Marti 2013-01-04 20:25:10 +01:00
parent c18a5ec58c
commit 3a4a961da5

View File

@ -157,7 +157,7 @@ class TestSuite(object):
fp = open(path, 'rb')
cache = pickle.load(fp)
fp.close()
except IOError:
except IOError, ValueError:
pass
return cache