diff options
-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 |