Skip to content

Commit

Permalink
test pool
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelRigault committed Nov 6, 2023
1 parent 49075f2 commit b010e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ztfquery/io.py
Expand Up @@ -1012,7 +1012,7 @@ def download_url(
dec_,
cutout_size_,
)
if pool is not None:
if pool is None:
close_pool = True
pool = multiprocessing.Pool(nprocess)
else:
Expand Down

0 comments on commit b010e05

Please sign in to comment.