Commit 213d64c1 by Matthew Mongeau

Append courses

parent 83fdeea2
......@@ -45,7 +45,7 @@ class XMLModuleStore(ModuleStore):
if not os.path.exists(self.data_dir + "/" + course_dir + "/course.xml"):
continue
self.load_course(course_dir)
self.courses.append(self.load_course(course_dir))
def load_course(self, course_dir):
"""
......
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