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

Commit d7cdf88

Browse files
committed
Fix: populate build_system
1 parent 839a6d8 commit d7cdf88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/populate_lib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ def update_library(book):
8888
if res.rowcount == 0:
8989
eng.execute(
9090
"""insert into library
91-
(title, subtitle, description, shelf_section, basecourse, is_visible, main_page )
91+
(title, subtitle, description, shelf_section, basecourse, build_system, is_visible, main_page )
9292
values('{title}', '{subtitle}', '{description}', '{shelf_section}',
93-
'{basecourse}', '{is_visible}', '{main_page}') """.format(
93+
'{basecourse}', '{build_system}', '{is_visible}', '{main_page}') """.format(
9494
**book_info
9595
)
9696
)

0 commit comments

Comments
 (0)