Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 224945
Collapse All | Expand All

(-)Hellanzb/NZBLeecher/Protocol.py.orig (+2 lines)
Lines 512-517 Link Here
512
            # Change group
512
            # Change group
513
            for group in self.currentSegment.nzbFile.groups:
513
            for group in self.currentSegment.nzbFile.groups:
514
514
515
                group = group.strip()
516
515
                # NOTE: we could get away with activating only one of the groups instead
517
                # NOTE: we could get away with activating only one of the groups instead
516
                # of all
518
                # of all
517
                if group not in self.activeGroups and group not in self.failedGroups:
519
                if group not in self.activeGroups and group not in self.failedGroups:

Return to bug 224945