Skip to content

Commit a9e47b9

Browse files
committed
workflow runs parser
2 parents 1d457e7 + 9457b22 commit a9e47b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GitHubRepoAPI.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def get_commits(self, repo: Repository, files: bool = True) -> list[Commit]:
7979
try:
8080
commits = self.client.get_repo(repo._id).get_commits()
8181
return [self.get_commit_data(c, files) for c in commits]
82+
8283
except Exception as e:
8384
logging.error(
8485
f"Failed to get commits from GitHub for repo {repo.name}: {e}"

0 commit comments

Comments
 (0)