Skip to content

Commit

Permalink
Fix misnamed label
Browse files Browse the repository at this point in the history
  • Loading branch information
labrys committed Mar 18, 2016
1 parent 4b19a0a commit 7f4b9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/properFinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def _getProperList(self): # pylint: disable=too-many-locals, too-many-branches,
old_release_group = (sql_results[0]['release_group'])

if -1 < old_version < bestResult.version:
logger.log(u'Found new anime version {new} to replace existing version {new}: {name}'.format
logger.log(u'Found new anime version {new} to replace existing version {old}: {name}'.format
(old=old_version, new=bestResult.version, name=bestResult.name))
else:
logger.log(u'Ignoring proper with the same or lower version: {name}'.format
Expand Down

0 comments on commit 7f4b9c5

Please sign in to comment.