Private
Public Access
1
0

more robust for parser errors

This commit is contained in:
Sander Roosendaal
2017-11-10 14:10:42 +01:00
parent bb77efb6fc
commit 9e636ccd67

View File

@@ -940,8 +940,9 @@ def handle_nonpainsled(f2, fileformat, summary=''):
oarlength = 2.89
inboard = 0.88
hasrecognized = False
try:
row,hasrecognized = parsenonpainsled(fileformat,f2,summary)
row,hasrecognized,summary = parsenonpainsled(fileformat,f2,summary)
except:
pass