From b17bda727b5ed4c1b34c56648bf0f2fd4e3fcd56 Mon Sep 17 00:00:00 2001 From: Harrison Cook Date: Wed, 16 Oct 2024 22:48:45 +0100 Subject: [PATCH] Fix repository split --- contributors/markdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/markdown.py b/contributors/markdown.py index 0331d5d..6704212 100644 --- a/contributors/markdown.py +++ b/contributors/markdown.py @@ -191,7 +191,7 @@ def get_contributor_table( contribution_count = collaborator.contribution_count if repository: commit_urls = collaborator.commit_url - if organization or len(organization.split(',')) > 1: + if organization or len(repository.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 = ""