diff --git a/common/lib/xmodule/xmodule/modulestore/loc_mapper_store.py b/common/lib/xmodule/xmodule/modulestore/loc_mapper_store.py index 7bca337626..5967ee3d9d 100644 --- a/common/lib/xmodule/xmodule/modulestore/loc_mapper_store.py +++ b/common/lib/xmodule/xmodule/modulestore/loc_mapper_store.py @@ -49,7 +49,7 @@ class LocMapperStore(object): # location_map functions def create_map_entry(self, course_location, course_id=None, draft_branch='draft', prod_branch='published', - block_map=None): + block_map=None): """ Add a new entry to map this course_location to the new style CourseLocator.course_id. If course_id is not provided, it creates the default map of using org.course.name from the location (just like course_id) if