autoupdate_app_sources: Fix debugging exit()...
This commit is contained in:
parent
ebb1b75bc3
commit
32b0416336
1 changed files with 0 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue