From: Zac Medico Date: Fri, 26 Sep 2008 02:16:14 +0000 (-0000) Subject: Handle possible CacheError inside mirror_cache(). X-Git-Tag: v2.2_rc10~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eca0a3f56c8093b03794e1bd941de6b921246d4c;p=portage.git Handle possible CacheError inside mirror_cache(). svn path=/main/trunk/; revision=11555 --- diff --git a/pym/portage/cache/util.py b/pym/portage/cache/util.py index 253ada009..dafaed094 100644 --- a/pym/portage/cache/util.py +++ b/pym/portage/cache/util.py @@ -39,7 +39,7 @@ def mirror_cache(valid_nodes_iterable, src_cache, trg_cache, eclass_cache=None, trg = None try: trg = trg_cache[x] - except KeyError: + except (KeyError, cache_errors.CacheError): pass else: try: