🐛 alto4pandas: *Really* commit data to SQLite DB

fix/use-temp-sqlite3
Mike Gerber 3 weeks ago
parent 4d6e1f4ff4
commit 88a6c5f26f

@ -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…
Cancel
Save