Skip to content

Commit

Permalink
autoupdate_app_sources: Fix debugging exit()...
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Sep 12, 2024
1 parent b95c09f commit a717703
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/autoupdate_app_sources/autoupdate_app_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,6 @@ def main() -> None:
apps_already = {} # for which a PR already exists
apps_updated = {}
apps_failed = {}
print(apps)
exit()

with multiprocessing.Pool(processes=args.processes) as pool:
tasks = pool.imap(
Expand Down

0 comments on commit a717703

Please sign in to comment.