bug fix
This commit is contained in:
@@ -1670,6 +1670,8 @@ def rdata(file, rower=rrower()):
|
||||
res = rrdata()
|
||||
except EOFError:
|
||||
res = rrdata()
|
||||
except:
|
||||
res = rrdata()
|
||||
|
||||
return res
|
||||
|
||||
|
||||
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
Binary file not shown.
@@ -665,6 +665,9 @@ def boxplotdata(workouts,options):
|
||||
message="This functionality requires a Pro plan or higher",
|
||||
redirect_field_name=None)
|
||||
def analysis_view_data(request,userid=0):
|
||||
if not request.is_ajax():
|
||||
url = reverse('analysis_new')
|
||||
return HttpResponseRedirect(url)
|
||||
|
||||
if 'options' in request.session:
|
||||
options = request.session['options']
|
||||
|
||||
Reference in New Issue
Block a user