FIX: When post-processing multiple story-arc issues with manual post-processing, would only post-process the lsat issue in the list

This commit is contained in:
evilhero 2016-07-20 15:38:17 -04:00
parent 836fea2cfe
commit 9d0ba136de
1 changed files with 1 additions and 1 deletions

View File

@ -513,10 +513,10 @@ class PostProcessor(object):
#we should setup for manual post-processing of story-arc issues here
#we can also search by ComicID to just grab those particular arcs as an alternative as well (not done)
logger.fdebug(module + ' Now Checking if the issue also resides in one of the storyarc\'s that I am watching.')
manual_arclist = []
for fl in filelist['comiclist']:
#mod_seriesname = '%' + re.sub(' ', '%', fl['series_name']).strip() + '%'
#arc_series = myDB.select("SELECT * FROM readinglist WHERE ComicName LIKE?", [fl['series_name']]) # by StoryArcID")
manual_arclist = []
as_d = filechecker.FileChecker(watchcomic=fl['series_name'].decode('utf-8'))
as_dinfo = as_d.dynamic_replace(fl['series_name'])