Oops, delete this broken loop.

I temporarily added it back in so that I could commit two different
changes separately, but forgot to remove it.
master
voussoir 2020-02-13 17:50:16 -08:00
parent 80f9330cb4
commit 9b0d8fdfa0
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ def download_bigchunk_range(bigchunk_xy1, bigchunk_xy2, threads=1):
] ]
jobs = pool.add_many(kwargss) jobs = pool.add_many(kwargss)
while jobs: while jobs:
for job in jobs:
job = jobs.pop(0) job = jobs.pop(0)
job.join() job.join()
if job.exception: if job.exception: