Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion course_discovery/apps/course_metadata/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def process_bulk_operation(bulk_operation_task_id):
@shared_task
def process_send_course_deadline_email(course_key, course_run_key, recipients, email_variant=None):
"""
Task to send course deadline emails to recipients (e.g., Project Coordinators and Course Editors).
Task to send course discovery deadline emails to recipients (e.g., Project Coordinators and Course Editors).
"""
try:
course = Course.objects.get(key=course_key)
Expand Down
Loading