From: Zac Medico Date: Thu, 3 Feb 2011 07:05:28 +0000 (-0800) Subject: bintree: add missing del from previous commit X-Git-Tag: v2.1.9.36~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae838cff74dde5e4db7fb948b739d54dbf38317f;p=portage.git bintree: add missing del from previous commit --- diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index d47b2cc95..522967a72 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -960,7 +960,7 @@ class binarytree(object): except: writemsg(_("!!! Failed to inject remote binary package: %s\n") % fullpkg, noiselevel=-1) - remotepkgs[mypkg] + del remotepkgs[mypkg] continue self.populated=1