Private
Public Access
1
0

coverage exclusion statements

This commit is contained in:
Sander Roosendaal
2021-06-23 16:10:58 +02:00
parent 2d8e054855
commit adede66906
3 changed files with 5 additions and 5 deletions

View File

@@ -700,7 +700,7 @@ def createc2workoutdata(w):
if workouttype in otwtypes:
workouttype = 'water'
if w.timezone == 'tzutc()':
if w.timezone == 'tzutc()': # pragma: no cover
w.timezone = 'UTC'
w.save()