Commit 3a4a961d by Vicent Marti

clar: Corrupted pickles

parent c18a5ec5
...@@ -157,7 +157,7 @@ class TestSuite(object): ...@@ -157,7 +157,7 @@ class TestSuite(object):
fp = open(path, 'rb') fp = open(path, 'rb')
cache = pickle.load(fp) cache = pickle.load(fp)
fp.close() fp.close()
except IOError: except IOError, ValueError:
pass pass
return cache 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