public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r13373 - main/trunk/pym/_emerge
@ 2009-04-19 19:29 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-04-19 19:29 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-04-19 19:29:24 +0000 (Sun, 19 Apr 2009)
New Revision: 13373

Modified:
   main/trunk/pym/_emerge/__init__.py
Log:
Add missing del when cleansing cache in action_metadata().


Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py	2009-04-19 18:57:58 UTC (rev 13372)
+++ main/trunk/pym/_emerge/__init__.py	2009-04-19 19:29:24 UTC (rev 13373)
@@ -13611,7 +13611,7 @@
 			dead_nodes.difference_update(tree_data.valid_nodes)
 			for cpv in dead_nodes:
 				try:
-					tree_data.dest_db[cpv]
+					del tree_data.dest_db[cpv]
 				except (KeyError, CacheError):
 					pass
 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-19 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-19 19:29 [gentoo-commits] portage r13373 - main/trunk/pym/_emerge Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox