Private
Public Access
1
0

error catching around non painsled parsers

This commit is contained in:
Sander Roosendaal
2017-04-03 20:02:49 +02:00
parent 6da296365d
commit 07a3ba6c1c
2 changed files with 13 additions and 5 deletions

View File

@@ -5132,10 +5132,10 @@ def workout_upload_view(request,message="",
f2 = res[1] # file name incl media directory
id,message,f2 = dataprep.new_workout_from_file(r,f2,
workouttype=workouttype,
makeprivate=makeprivate,
title = t,
id,message,f2 = dataprep.new_workout_from_file(r,f2,
workouttype=workouttype,
makeprivate=makeprivate,
title = t,
notes='')
if not id:
url = reverse(workout_upload_view,