Skip to content

Commit 2beec34

Browse files
fix: runtime services are fixed
1 parent 360a97f commit 2beec34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xmodule/modulestore/split_mongo/split.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3283,7 +3283,7 @@ def create_runtime(self, course_entry, lazy):
32833283
"""
32843284
Create the proper runtime for this course
32853285
"""
3286-
services = self.services
3286+
services = self.services.copy()
32873287
# Only the CourseBlock can have user partitions. Therefore, creating the PartitionService with the library key
32883288
# instead of the course key does not work. The XBlock validation in Studio fails with the following message:
32893289
# "This component's access settings refer to deleted or invalid group configurations.".

0 commit comments

Comments
 (0)