mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 05:24:43 +00:00
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:
parent
88bfe29d28
commit
d7dde8e6c2
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue