mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-04 12:46:10 +00:00
clar: lolpython
This commit is contained in:
parent
3a4a961da5
commit
6040616214
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user