From 88a6c5f26f310eea659036492b3a39f1d3fd2c20 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Tue, 3 Dec 2024 17:34:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20alto4pandas:=20*Really*=20commit?= =?UTF-8?q?=20data=20to=20SQLite=20DB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods4pandas/alto4pandas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods4pandas/alto4pandas.py b/src/mods4pandas/alto4pandas.py index 8c8f934..77e23e2 100755 --- a/src/mods4pandas/alto4pandas.py +++ b/src/mods4pandas/alto4pandas.py @@ -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: