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

Commit ec49e57

Browse files
committed
Fix: typo in update statement
1 parent d5cbc25 commit ec49e57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runestone/pretext/chapter_pop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def manifest_data_to_db(course_name, manifest_path):
245245
.where(
246246
and_(
247247
source_code.c.acid == filename,
248-
questions.c.course_id == course_name,
248+
source_code.c.course_id == course_name,
249249
)
250250
)
251251
.values(**vdict)

0 commit comments

Comments
 (0)