diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-10-28 22:51:27 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-10-28 22:51:27 +0000 |
commit | 542a9904d99925c698012e6663e80f79a3519ede (patch) | |
tree | 75bac276490214665c194492fe23eccbe812728c | |
parent | c6c602ccb0fb955376087a40b0b976c6bc169f3b (diff) | |
download | portage-542a9904d99925c698012e6663e80f79a3519ede.tar.gz portage-542a9904d99925c698012e6663e80f79a3519ede.tar.bz2 portage-542a9904d99925c698012e6663e80f79a3519ede.zip |
Don't forget to continue for invalid binpkgs.
svn path=/main/trunk/; revision=4869
-rw-r--r-- | pym/portage.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |