summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/cache/util.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pym/cache/util.py b/pym/cache/util.py
index 90fcd53dc..38cd7d908 100644
--- a/pym/cache/util.py
+++ b/pym/cache/util.py
@@ -33,6 +33,10 @@ def mirror_cache(valid_nodes_iterable, src_cache, trg_cache, eclass_cache=None,
noise.missing_entry(x)
del e
continue
+ except cache_errors.CacheError, ce:
+ noise.exception(x, ce)
+ del ce
+ continue
write_it = True
trg = None
try: