bug fix
This commit is contained in:
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
Binary file not shown.
2
rowers/tests/testdata/testdata.tcx
vendored
2
rowers/tests/testdata/testdata.tcx
vendored
@@ -2502,7 +2502,7 @@
|
|||||||
</Trackpoint>
|
</Trackpoint>
|
||||||
</Track>
|
</Track>
|
||||||
</Lap>
|
</Lap>
|
||||||
<Notes><Element 'Notes' at 0x19d5f2b0></Notes>
|
<Notes><Element 'Notes' at 0x13a97908></Notes>
|
||||||
</Activity>
|
</Activity>
|
||||||
</Activities>
|
</Activities>
|
||||||
<Creator>
|
<Creator>
|
||||||
|
|||||||
@@ -6073,7 +6073,11 @@ def virtualevent_compare_view(request,id=0):
|
|||||||
yparam = chartform.cleaned_data['yparam']
|
yparam = chartform.cleaned_data['yparam']
|
||||||
plottype = chartform.cleaned_data['plottype']
|
plottype = chartform.cleaned_data['plottype']
|
||||||
teamid = chartform.cleaned_data['teamid']
|
teamid = chartform.cleaned_data['teamid']
|
||||||
workoutids = request.session['ids']
|
try:
|
||||||
|
workoutids = request.session['ids']
|
||||||
|
except KeyError:
|
||||||
|
pass
|
||||||
|
|
||||||
request.session['ids'] = workoutids
|
request.session['ids'] = workoutids
|
||||||
workouts = []
|
workouts = []
|
||||||
for id in workoutids:
|
for id in workoutids:
|
||||||
|
|||||||
Reference in New Issue
Block a user