Commit c8d267fb by Calen Pennington

Fix minor typo in access.py

parent a9ca84da
...@@ -325,7 +325,7 @@ def _course_staff_group_name(location): ...@@ -325,7 +325,7 @@ def _course_staff_group_name(location):
if _does_course_group_name_exist(legacy_name): if _does_course_group_name_exist(legacy_name):
return legacy_name return legacy_name
return 'staff_%s' & loc.course_id return 'staff_%s' % loc.course_id
def _course_instructor_group_name(location): def _course_instructor_group_name(location):
......
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