Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Sean P. Goggins <[email protected]>
  • Loading branch information
sgoggins committed Sep 12, 2024
1 parent 9c2fd1b commit 7546a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/tasks/git/facade_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def facade_fetch_missing_commit_messages(repo_git):

to_insert.append(msg_record)
except Exception as e:
logger.info(f'The exception is : {3}.')
logger.info(f'The exception is : {e}.')

if to_insert:
bulk_insert_dicts(logger, to_insert, CommitMessage, ["repo_id","cmt_hash"])
Expand Down

0 comments on commit 7546a68

Please sign in to comment.