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

Commit

Permalink
Fix: typo in update statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmnetp committed Mar 4, 2023
1 parent d5cbc25 commit ec49e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runestone/pretext/chapter_pop.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def manifest_data_to_db(course_name, manifest_path):
.where(
and_(
source_code.c.acid == filename,
questions.c.course_id == course_name,
source_code.c.course_id == course_name,
)
)
.values(**vdict)
Expand Down

0 comments on commit ec49e57

Please sign in to comment.