6b2cbfe31f
* [Contrib] Added default non-verbose to download_testdata(), pass to download(). Minor cleanup as well, while in the file - Using tempfile.TemporaryDirectory instead of explicit cleanup. - Pass through verbose/retries arguments if replacing a corrupted copy. * [Contrib] Switched download.py from print statements to logging * [Contrib] Added shutil.copy2 fallback after downloading file. Initial implementation using tempfile.TemporaryDirectory assumed that the tempdir and output location were on the same drive, and could be renamed. This update falls back to copying from the temporary directory, in case the tempdir is on a different drive. Co-authored-by: Eric Lunderberg <elunderberg@octoml.ai>