Skip to content

Commit

Permalink
Check if multi repos are being used
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Oct 16, 2024
1 parent 52a46e2 commit 25b3c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def get_contributor_table(
contribution_count = collaborator.contribution_count
if repository:
commit_urls = collaborator.commit_url
if organization:
if organization or len(organization.split(',')) > 1:
# split the urls from the comma separated list and make them into markdown links
commit_url_list = collaborator.commit_url.split(",")
commit_urls = ""
Expand Down

0 comments on commit 25b3c6d

Please sign in to comment.