mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-08 03:10:15 +02:00
🐛 alto4pandas: *Really* commit data to SQLite DB
This commit is contained in:
parent
4d6e1f4ff4
commit
88a6c5f26f
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ def process(alto_files: List[str], output_file: str):
|
|||
|
||||
# Save
|
||||
insert_into_db(con, "alto_info", d)
|
||||
con.commit
|
||||
con.commit()
|
||||
|
||||
if caught_warnings:
|
||||
# PyCharm thinks caught_warnings is not Iterable:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue