more robust for parser errors
This commit is contained in:
@@ -940,8 +940,9 @@ def handle_nonpainsled(f2, fileformat, summary=''):
|
|||||||
oarlength = 2.89
|
oarlength = 2.89
|
||||||
inboard = 0.88
|
inboard = 0.88
|
||||||
hasrecognized = False
|
hasrecognized = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
row,hasrecognized = parsenonpainsled(fileformat,f2,summary)
|
row,hasrecognized,summary = parsenonpainsled(fileformat,f2,summary)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user