Commit 3a4a961d by Vicent Marti

clar: Corrupted pickles

parent c18a5ec5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment