bintree: add missing del from previous commit
authorZac Medico <zmedico@gentoo.org>
Thu, 3 Feb 2011 07:05:28 +0000 (23:05 -0800)
committerZac Medico <zmedico@gentoo.org>
Thu, 3 Feb 2011 07:05:28 +0000 (23:05 -0800)
pym/portage/dbapi/bintree.py

index a9c614d8a13110e4b8d959014878996321bc09b1..4857e7fbf029237d34cd7846f3e28d102a3daf14 100644 (file)
@@ -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