Private
Public Access
1
0

bug fixes

This commit is contained in:
Sander Roosendaal
2018-02-19 15:35:49 +01:00
parent 866ef7dcba
commit 451a8fef31
2 changed files with 2 additions and 1 deletions

View File

@@ -268,6 +268,8 @@ def createstravaworkoutdata(w,dozip=True):
row = rowingdata(filename) row = rowingdata(filename)
except IOError: except IOError:
return '','Error - could not find rowing data' return '','Error - could not find rowing data'
else:
return '','Error - could not find rowing data'
tcxfilename = filename[:-4]+'.tcx' tcxfilename = filename[:-4]+'.tcx'
try: try:

View File

@@ -12354,7 +12354,6 @@ def plannedsession_clone_view(request,id=0,rowerid=0,
'id':ps.id, 'id':ps.id,
'timeperiod':timeperiod, 'timeperiod':timeperiod,
'rowerid':r.id, 'rowerid':r.id,
'rower':r,
} }
) )