1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-07 19:05:06 +02:00

🐛 alto4pandas: *Really* commit data to SQLite DB

This commit is contained in:
Mike Gerber 2024-12-03 17:34:07 +01:00
parent 4d6e1f4ff4
commit 88a6c5f26f

View file

@ -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: