From 039ebc3d755a0d91311d2889bdf55e540312516f Mon Sep 17 00:00:00 2001 From: evilhero Date: Sat, 2 Feb 2019 00:46:14 -0500 Subject: [PATCH] FIX: Fix for typo in PostProcessor --- mylar/PostProcessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/PostProcessor.py b/mylar/PostProcessor.py index e127c4b3..72d32fe3 100755 --- a/mylar/PostProcessor.py +++ b/mylar/PostProcessor.py @@ -1135,7 +1135,7 @@ class PostProcessor(object): datematch = "False" if len(arcvals) > 1 and int(tmp_arcmatch_vol) > 1: if int(tmp_arcmatch_vol) == int(tmp_arclist_vol): - logger.fdebug('%s[ARC ISSUE-VERIFY][SeriesYear-Volume MATCH] Volume label of series Year of %s matched to volume label of %s' % (modulue, arc_values['ComicVersion'], arcmatch['series_volume'])) + logger.fdebug('%s[ARC ISSUE-VERIFY][SeriesYear-Volume MATCH] Volume label of series Year of %s matched to volume label of %s' % (module, arc_values['ComicVersion'], arcmatch['series_volume'])) else: logger.fdebug('%s[ARC ISSUE-VERIFY][SeriesYear-Volume FAILURE] Volume label of Series Year of %s DID NOT match to volume label of %s' % (module, arc_values['ComicVersion'], arcmatch['series_volume'])) continue