FIX:(#2167) Fix for parser passing back trapped exception error messages during file parsing of files that contained the word 'of'

This commit is contained in:
evilhero 2019-01-14 09:48:13 -05:00
parent 88bfe29d28
commit d7dde8e6c2
1 changed files with 0 additions and 3 deletions

View File

@ -347,7 +347,6 @@ class FileChecker(object):
logger.fdebug('[MINI-DECIMAL SERIES] MAX ISSUES IN SERIES: %s' % x)
spf.append('(of %s)' % x)
except Exception as e:
logger.error('Exception: %s' % e)
spf.append(x)
elif x == ')':
@ -365,8 +364,6 @@ class FileChecker(object):
spf[wrdcnt -1] = newline
#wrdcnt =-1
except Exception as e:
logger.error('[ERROR] %s' % e)
logger.warn('this should not be passed: %s' % x)
spf.append(x)
else:
spf.append(x)