bug fixes
This commit is contained in:
@@ -268,6 +268,8 @@ def createstravaworkoutdata(w,dozip=True):
|
||||
row = rowingdata(filename)
|
||||
except IOError:
|
||||
return '','Error - could not find rowing data'
|
||||
else:
|
||||
return '','Error - could not find rowing data'
|
||||
|
||||
tcxfilename = filename[:-4]+'.tcx'
|
||||
try:
|
||||
|
||||
@@ -12354,7 +12354,6 @@ def plannedsession_clone_view(request,id=0,rowerid=0,
|
||||
'id':ps.id,
|
||||
'timeperiod':timeperiod,
|
||||
'rowerid':r.id,
|
||||
'rower':r,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user