FIX: actual fix for could not convert logging

This commit is contained in:
evilhero 2018-12-08 02:11:10 -05:00
parent 7f4e61aa8c
commit 25267995cc
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ class FileChecker(object):
logger.info('GRAPHIC NOVEL DETECTED. NOT DETECTING ISSUE NUMBER - ASSUMING VOLUME')
booktype = 'GN'
else:
if e != 'could not convert string to float':
if 'could not convert string to float' not in str(e):
logger.fdebug('[%s] Error detecting issue # - ignoring this result : %s' % (e, sf))
volumeprior = False