From: Zac Medico Date: Fri, 8 Dec 2006 06:32:34 +0000 (-0000) Subject: Delete the exception object after use. X-Git-Tag: v2.1.2~359 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=779f035c5f57e8450bdb1e63c6933d614e35dccf;p=portage.git Delete the exception object after use. svn path=/main/trunk/; revision=5221 --- diff --git a/bin/emerge b/bin/emerge index 0ebac0b0c..8728cc098 100755 --- a/bin/emerge +++ b/bin/emerge @@ -3630,6 +3630,7 @@ def action_regen(settings, portdb): except CacheError, e: print "\n error listing cache entries for " + \ "'%s': %s, continuing..." % (mytree, e) + del e dead_nodes = None for x in mynodes: mymatches = portdb.xmatch("match-all",x)