clar: lolpython

This commit is contained in:
Vicent Marti 2013-01-04 20:28:33 +01:00
parent 3a4a961da5
commit 6040616214

View File

@ -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, ValueError: except (IOError, ValueError):
pass pass
return cache return cache