Skip to content

Commit

Permalink
Use proper_tags to set is_proper
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Jul 28, 2016
1 parent 1daa1a1 commit e37f06e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sickbeard/postProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,7 @@ def _finalize(self, parse_result):
self.release_group = parse_result.release_group

# remember whether it's a proper
if parse_result.extra_info:
self.is_proper = bool(parse_result.proper_tags)
self.is_proper = bool(parse_result.proper_tags)

# if the result is complete then remember that for later
# if the result is complete then set release name
Expand Down

0 comments on commit e37f06e

Please sign in to comment.