mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 20:42:23 +00:00
clar: Corrupted pickles
This commit is contained in:
parent
c18a5ec58c
commit
3a4a961da5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user