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.
This commit is contained in:
parent
80f9330cb4
commit
9b0d8fdfa0
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue