mirror of
https://github.com/evilhero/mylar
synced 2025-02-01 12:07:50 +00:00
FIX:(#2096) datematch referenced prior to assignment when multiple series match during post-processing
This commit is contained in:
parent
021dc47fae
commit
4f069d7d9b
1 changed files with 1 additions and 0 deletions
|
@ -542,6 +542,7 @@ class PostProcessor(object):
|
|||
temploc= watchmatch['justthedigits'].replace('_', ' ')
|
||||
temploc = re.sub('[\#\']', '', temploc)
|
||||
logger.info('temploc: %s' % temploc)
|
||||
datematch = "False"
|
||||
|
||||
if any(['annual' in temploc.lower(), 'special' in temploc.lower()]) and mylar.CONFIG.ANNUALS_ON is True:
|
||||
biannchk = re.sub('-', '', temploc.lower()).strip()
|
||||
|
|
Loading…
Reference in a new issue