@@ -270,8 +270,8 @@ def migrate_legacy_course_roles_to_authz(
270270 param course_id_list: Optional list of course IDs to filter the migration.
271271 param org_id: Optional organization ID to filter the migration.
272272 param delete_after_migration: Whether to delete successfully migrated legacy permissions after migration.
273- param excluded_course_ids: Course ids for which migration is skipped (course-level override
274- opposes the org-level transition)
273+ param excluded_course_ids: Course ids for which migration is skipped (course-level
274+ override opposes the org-level transition).
275275 """
276276 _validate_migration_input (course_id_list , org_id )
277277
@@ -397,10 +397,10 @@ def migrate_authz_to_legacy_course_roles(
397397 is intended to run within a Django migration context, where direct model imports can cause issues.
398398 param course_id_list: Optional list of course IDs to filter the migration.
399399 param org_id: Optional organization ID to filter the migration.
400- param delete_after_migration: Whether to unassign successfully migrated permissions
401- from the new model after migration.
400+ param delete_after_migration: Whether to unassign successfully migrated permissions from
401+ the new model after migration.
402402 param excluded_course_ids: Course ids for which rollback is skipped (course-level override
403- opposes the org-level transition)
403+ opposes the org-level transition).
404404 """
405405 _validate_migration_input (course_id_list , org_id )
406406
0 commit comments