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

(-)pytvshows.bug (-1 / +1 lines)
Lines 255-261 Link Here
255
            self.show_type = 'seasonepisode'
255
            self.show_type = 'seasonepisode'
256
        elif date_match:
256
        elif date_match:
257
            self.show_type = 'date'
257
            self.show_type = 'date'
258
        elif titlematch and titlematch.group(1) != 'n/a':
258
        elif title_match and title_match.group(1) != 'n/a':
259
            self.show_type = 'time'
259
            self.show_type = 'time'
260
        else:
260
        else:
261
            print >> warn, "Could not determine show type for %s." % self
261
            print >> warn, "Could not determine show type for %s." % self

Return to bug 513876