removed useless comment

This commit is contained in:
Karma Riuk
2025-03-02 11:01:53 +01:00
parent b1d98df292
commit 02ec9b667a

View File

@ -230,7 +230,7 @@ def process_repos(file: str, dest: str, results_file: str, /, lazy: bool = False
good_repos += 1 if already_good_for_crab else 0 good_repos += 1 if already_good_for_crab else 0
continue continue
updates = {} updates = {}
updates_list.append((i, updates)) # Collect updates updates_list.append((i, updates))
process_row(row["name"], client, dest, updates, force=force, verbose=verbose) process_row(row["name"], client, dest, updates, force=force, verbose=verbose)
if "good_repo_for_crab" in updates and updates["good_repo_for_crab"]: if "good_repo_for_crab" in updates and updates["good_repo_for_crab"]:
good_repos += 1 good_repos += 1