Skip to content

Commit

Permalink
Fxi2
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Oct 16, 2024
1 parent 8398872 commit e020fec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contributors/contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def get_contributors(
username=user.login,
new_contributor=False,
avatar_url=user.avatar_url,
contributions_count=user.contributions_count,
contribution_count=user.contributions_count,
commit_url=commit_url,
sponsor_info="",
organisations=list(map(lambda x: x.id, user.organizations())),
Expand All @@ -190,6 +190,7 @@ def get_contributors(
except Exception as e:
print("Error getting contributors for repository: " + repo.full_name)
print(e)
raise e
return None

return contributors

0 comments on commit e020fec

Please sign in to comment.