Private
Public Access
1
0

Merge branch 'release/v13.87' into master

This commit is contained in:
Sander Roosendaal
2020-09-20 21:36:49 +02:00

View File

@@ -1603,6 +1603,8 @@ import rowingdata.tcxtools as tcxtools
def get_workouttype_from_tcx(filename,workouttype='water'):
tcxtype = 'rowing'
if workouttype in mytypes.otwtypes:
return workouttype
try:
d = tcxtools.tcx_getdict(filename)
try: