Closed jamie-sgro closed 1 year ago
resolve err where when multithreading we return a list of lists of urls, not a list of urls
When downloading granules in a multithreaded environment, the return value is not a list of Paths but a list of a list of paths
Closes # (issue)
Please delete options that are not relevant.
I ran in debug mode with most multithreading and single threading and demonstrated that the multithread code returns a list of lists
[ ] Assign a reviewer based on the code owner document.
[ ] Once your review is approved, merge and delete the feature branch
On behalf of the Modis Tools Dev Team, thank you for your hard work! ✨
resolve err where when multithreading we return a list of lists of urls, not a list of urls
Description
When downloading granules in a multithreaded environment, the return value is not a list of Paths but a list of a list of paths
Closes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
I ran in debug mode with most multithreading and single threading and demonstrated that the multithread code returns a list of lists
Checklist:
Next Steps
[ ] Assign a reviewer based on the code owner document.
[ ] Once your review is approved, merge and delete the feature branch
On behalf of the Modis Tools Dev Team, thank you for your hard work! ✨