mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
removed stat that has become useless
This commit is contained in:
@ -435,12 +435,11 @@ def process_repo(
|
|||||||
unit="PR",
|
unit="PR",
|
||||||
) as pbar:
|
) as pbar:
|
||||||
for pr in prs:
|
for pr in prs:
|
||||||
pbar.set_postfix({"pr": pr.number, "# new good found": n_good_prs})
|
pbar.set_postfix({"pr": pr.number})
|
||||||
try:
|
try:
|
||||||
if pr.number in already_seen_prs:
|
if pr.number in already_seen_prs:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
n_good_prs += 1
|
|
||||||
process_pull(
|
process_pull(
|
||||||
repo, pr, dataset, repos_dir, archive_destination, cache, show_progress
|
repo, pr, dataset, repos_dir, archive_destination, cache, show_progress
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user