added line for completness even tho it will never

be executed
This commit is contained in:
Karma Riuk
2025-03-26 13:40:31 +01:00
parent 0d8b81054d
commit 9a48413ead

View File

@ -93,6 +93,7 @@ def process_pull(
):
if pr.number in cache.get(repo.full_name, set()):
dataset.entries.append(cache[repo.full_name][pr.number])
dataset.to_json(args.output)
return
commits = list(pr.get_commits())