mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
added line for completness even tho it will never
be executed
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user