fix stupid bug in textbook handling code

This commit is contained in:
Victor Shnayder
2012-09-10 17:42:01 -04:00
parent 317e2c345e
commit 9266bcca6d

View File

@@ -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