1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-26 01:26:50 +00:00

FIX: invalid str reference whem manual post-processing / importing

This commit is contained in:
evilhero 2015-03-28 18:40:11 -04:00
parent a32909ed24
commit 59ffc702b8

View file

@ -863,7 +863,7 @@ def listFiles(dir,watchcomic,Publisher,AlternateSearch=None,manual=None,sarc=Non
cnt = 0 cnt = 0
yearmatch = "none" yearmatch = "none"
logger.fdebug('[FILECHECKER] subsplit : ' + subsplit) #logger.fdebug('[FILECHECKER] subsplit : ' + subsplit)
versionmatch = "false" versionmatch = "false"
if vers4year is not "no" or vers4vol is not "no": if vers4year is not "no" or vers4vol is not "no":