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: