Private
Public Access
1
0

fixed upload of coastal transforming to water on TCX

This commit is contained in:
Sander Roosendaal
2020-09-20 21:25:55 +02:00
parent fd0afe99cd
commit 7518d7d334

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: