Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196680
Collapse All | Expand All

(-)pym/cache/util.py (+4 lines)
Lines 33-38 Link Here
33
			noise.missing_entry(x)
33
			noise.missing_entry(x)
34
			del e
34
			del e
35
			continue
35
			continue
36
		except cache_errors.CacheError, ce:
37
			noise.exception(x, ce)
38
			del ce
39
			continue
36
		write_it = True
40
		write_it = True
37
		trg = None
41
		trg = None
38
		try:
42
		try:

Return to bug 196680