Skip to content

Commit

Permalink
Merge pull request #2966 from chaoss/hotfix-issue-pr-sum-issue
Browse files Browse the repository at this point in the history
Fix issue pr sum error
  • Loading branch information
sgoggins authored Jan 8, 2025
2 parents f114b3c + 1f080a0 commit 9d8f874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion augur/tasks/github/util/populate_repo_src_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def populate_repo_src_id_task(repo_git):
repo_src_id = get_repo_src_id(owner, repo, logger)

update_repo_src_id(repo_id, repo_src_id)


return 0

def update_repo_src_id(repo_id, repo_src_id):

Expand Down

0 comments on commit 9d8f874

Please sign in to comment.