Commit 00156fd6 by Tom Giannattasio

fixed textbook bug

parent 2d105265
......@@ -106,7 +106,7 @@ class CourseDescriptor(SequenceDescriptor):
# the rest of the courseware.
log.exception("Couldn't load textbook")
continue
textbooks.append()
textbooks.append(txt)
xml_object.remove(textbook)
#Load the wiki tag if it exists
......
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