From 97fa34f643bb13c0c6beb00730a7627d0b0233c4 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Tue, 26 Sep 2023 15:29:02 -0600 Subject: [PATCH] Pass threads arg to `_open_urls_https` in `_open_urls` --- earthaccess/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthaccess/store.py b/earthaccess/store.py index a60dbbe0..62421e9f 100644 --- a/earthaccess/store.py +++ b/earthaccess/store.py @@ -426,7 +426,7 @@ def _open_urls( "We cannot open S3 links when we are not in-region, try using HTTPS links" ) return None - fileset = self._open_urls_https(data_links, granules, 8) + fileset = self._open_urls_https(data_links, granules, threads) return fileset def get(