diff --git a/mylar/filechecker.py b/mylar/filechecker.py index 9879c51e..465c37dc 100755 --- a/mylar/filechecker.py +++ b/mylar/filechecker.py @@ -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