coverage exclusion statements
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user