Skip to content

Commit 1255702

Browse files
committed
fix: type hints
1 parent 11bff1c commit 1255702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eodag/plugins/download/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,9 +537,9 @@ def download_all(
537537
future = executor.submit(
538538
product.download,
539539
progress_callback=product_progress_callback,
540+
executor=executor,
540541
wait=wait,
541542
timeout=-1,
542-
executor=executor,
543543
**kwargs,
544544
)
545545
futures[future] = product

0 commit comments

Comments
 (0)