Skip to content

Commit

Permalink
revert comment code
Browse files Browse the repository at this point in the history
Signed-off-by: Umesh Lumbhani <[email protected]>
  • Loading branch information
umeshlumbhani247 committed Mar 7, 2024
1 parent fe5ab70 commit 0c09265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cla-backend/cla/models/github_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ def get_author_summary(commit,pr) -> UserCommitSummary:
# commit_authors.append(co_author_summary)
# else:
# cla.log.debug(f'{fn} - co-author github user details not found : {co_author}')
# return commit_author_summary
return commit_author_summary
except (GithubException, IncompletableObject) as exc:
cla.log.warning(f'{fn} - PR: {pr}, unable to get commit author summary: {exc}')
try:
Expand Down

0 comments on commit 0c09265

Please sign in to comment.