From 542a9904d99925c698012e6663e80f79a3519ede Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 28 Oct 2006 22:51:27 +0000 Subject: Don't forget to continue for invalid binpkgs. svn path=/main/trunk/; revision=4869 --- pym/portage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/portage.py b/pym/portage.py index 6adaa56df..70671b593 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -5791,6 +5791,7 @@ class binarytree(packagetree): "recoverable and should be deleted.\n", noiselevel=-1) self.invalids.append(mypkg) + continue mycat = mycat.strip() if mycat != mydir and mydir != "All": continue -- cgit v1.2.3-1-g7c22