Skipping commit data obfuscated

This commit is contained in:
pseusys
2023-08-11 05:20:13 +02:00
parent 10d35c3401
commit 3ff32d18d1

View File

@@ -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: