Skip to content

Commit

Permalink
Repistory is list
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Oct 16, 2024
1 parent b17bda7 commit 3073b0c
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 or len(repository.split(',')) > 1:
if organization or len(repository) > 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 3073b0c

Please sign in to comment.