Private
Public Access
1
0

more tests and coverage

This commit is contained in:
Sander Roosendaal
2021-05-17 09:53:00 +02:00
parent d195f03a55
commit ce9621890a
5 changed files with 28 additions and 20 deletions

View File

@@ -3364,7 +3364,7 @@ def fetch_strava_workout(stravatoken,oauth_data,stravaid,csvfilename,userid,debu
try:
thetimezone = workoutsummary['timezone']
except:
except: # pragma: no cover
thetimezone = 'UTC'
try: