debugging
This commit is contained in:
@@ -1189,14 +1189,12 @@ parsers = {
|
||||
}
|
||||
|
||||
def parsenonpainsled(fileformat,f2,summary):
|
||||
|
||||
try:
|
||||
row = parsers[fileformat](f2)
|
||||
hasrecognized = True
|
||||
except KeyError:
|
||||
hasrecognized = False
|
||||
|
||||
|
||||
# handle speed coach GPS 2
|
||||
if (fileformat == 'speedcoach2'):
|
||||
oarlength, inboard = get_empower_rigging(f2)
|
||||
@@ -1207,6 +1205,8 @@ def parsenonpainsled(fileformat,f2,summary):
|
||||
fileformat = 'speedcoach2v0'
|
||||
summary = row.allstats()
|
||||
|
||||
print(summary)
|
||||
print('aap',hasrecognized)
|
||||
|
||||
# handle FIT
|
||||
if (fileformat == 'fit'):
|
||||
|
||||
Reference in New Issue
Block a user