Commit 9f08e787 by Alison Hodges

fixed trailing white space errors

parent 8ccc27b4
...@@ -1113,8 +1113,8 @@ def get_students_features(request, course_id, csv=False): # pylint: disable=red ...@@ -1113,8 +1113,8 @@ def get_students_features(request, course_id, csv=False): # pylint: disable=red
return JsonResponse({"status": success_status}) return JsonResponse({"status": success_status})
except AlreadyRunningError: except AlreadyRunningError:
already_running_status = _( already_running_status = _(
"An enrolled student profile report generation task is already in progress. " "An enrolled student profile report generation task is already in progress. "
"Check the 'Pending Tasks' table for the status of the task. When completed, " "Check the 'Pending Tasks' table for the status of the task. When completed, "
"the report will be available for download in the table below.") "the report will be available for download in the table below.")
return JsonResponse({"status": already_running_status}) return JsonResponse({"status": already_running_status})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment