0.1 issue gets special consideration a "first" issue.

git-svn-id: http://comictagger.googlecode.com/svn/trunk@544 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville@gmail.com 2013-03-11 23:19:50 +00:00
parent 44a8dc6815
commit 822f6b4729

View File

@ -414,7 +414,7 @@ class IssueIdentifier:
series_second_round_list.append(item)
# if we don't think it's an issue number 1, remove any series' that are one-shots
if keys['issue_number'] not in [ '1', '0' ]:
if keys['issue_number'] not in [ '1', '0', '0.1' ]:
#self.log_msg( "Removing one-shots" )
series_second_round_list[:] = [x for x in series_second_round_list if not x['count_of_issues'] == 1]