Private
Public Access
1
0

more changes

This commit is contained in:
2024-12-09 20:20:32 +01:00
parent 53e6fefbfe
commit 179361835b
5 changed files with 88 additions and 14 deletions

View File

@@ -1367,6 +1367,7 @@ def get_workouttype_from_fit(filename, workouttype='water'):
return 'water'
try:
workouttype = mytypes.fitmappinginv[fittype]
return workouttype
except KeyError: # pragma: no cover
return workouttype