Private
Public Access
1
0

FIT from C2

This commit is contained in:
Sander Roosendaal
2017-05-18 20:38:51 +02:00
parent e0f8678eda
commit da2066cfd1

View File

@@ -590,9 +590,12 @@ def handle_nonpainsled(f2,fileformat,summary=''):
# handle FIT
if (fileformat == 'fit'):
row = FITParser(f2)
s = fitsummarydata(f2)
s.setsummary()
summary = s.summarytext
try:
s = fitsummarydata(f2)
s.setsummary()
summary = s.summarytext
except:
pass
f_to_be_deleted = f2