From 3ff32d18d1cd80420ae7f400cdb364100c01b013 Mon Sep 17 00:00:00 2001 From: pseusys Date: Fri, 11 Aug 2023 05:20:13 +0200 Subject: [PATCH] Skipping commit data obfuscated --- sources/yearly_commit_calculator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/yearly_commit_calculator.py b/sources/yearly_commit_calculator.py index e591414..83ffd3f 100644 --- a/sources/yearly_commit_calculator.py +++ b/sources/yearly_commit_calculator.py @@ -56,7 +56,7 @@ async def update_data_with_commit_stats(repo_details: Dict, yearly_data: Dict, d owner = repo_details["owner"]["login"] branch_data = await DM.get_remote_graphql("repo_branch_list", owner=owner, name=repo_details["name"]) if len(branch_data) == 0: - DBM.w(f"\t\tSkipping repo: {repo_details['name']}") + DBM.w("\t\tSkipping repo.") return for branch in branch_data: