Grade report celery task and direct file push to S3 from the new instructor dashboard.
Hook up display of grade files ready for download to new instructor dashboard. LMS-58
This commit is contained in:
committed by
Sarina Canelake
parent
8d01a36e54
commit
e0aa8cf78a
@@ -75,7 +75,6 @@ def instructor_task_status(request):
|
||||
'traceback': optional, returned if task failed and produced a traceback.
|
||||
|
||||
"""
|
||||
|
||||
output = {}
|
||||
if 'task_id' in request.REQUEST:
|
||||
task_id = request.REQUEST['task_id']
|
||||
|
||||
Reference in New Issue
Block a user