We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6e864 commit 61f4563Copy full SHA for 61f4563
1 file changed
cohd/biolink_mapper.py
@@ -878,6 +878,7 @@ def build_mappings() -> Tuple[str, int]:
878
"""
879
params = [datetime.now(), mapping_count + string_match_count]
880
cur.execute(sql, params)
881
+ conn.commit()
882
883
status_message = f"""Current number of mapped mappings: {current_count}
884
Current number of string mappings: {current_count_string}
0 commit comments