summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 579c3f5a0..c0286ca09 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -6897,7 +6897,7 @@ class MtimeDB(dict):
d = mypickle.load()
f.close()
del f
- except (IOError, OSError, EOFError):
+ except (IOError, OSError, EOFError, cPickle.UnpicklingError):
d = {}
if "old" in d: