Commit 60406162 by Vicent Marti

clar: lolpython

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