Skip to content

Commit 61f4563

Browse files
committed
Bug fix: commit insert
1 parent 1d6e864 commit 61f4563

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cohd/biolink_mapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,7 @@ def build_mappings() -> Tuple[str, int]:
878878
"""
879879
params = [datetime.now(), mapping_count + string_match_count]
880880
cur.execute(sql, params)
881+
conn.commit()
881882

882883
status_message = f"""Current number of mapped mappings: {current_count}
883884
Current number of string mappings: {current_count_string}

0 commit comments

Comments
 (0)