Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 68bcb67

Browse files
committed
quick hack to get ode to build
1 parent 848142a commit 68bcb67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runestone/pretext/chapter_pop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def manifest_data_to_db(course_name, manifest_path):
153153
idchild = el.attrib["id"]
154154
else:
155155
el = question.find("./div")
156+
idchild = el.attrib["id"] or "foo_id"
156157
try:
157158
qtype = el.attrib["data-component"]
158159
# translate qtype to question_type

0 commit comments

Comments
 (0)