From 19c7636d113de7981d00684f91dda27258ddddea Mon Sep 17 00:00:00 2001 From: Christopher Woodall Date: Tue, 13 Jun 2023 16:08:01 -0500 Subject: [PATCH] Update utils.py --- armory/data/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armory/data/utils.py b/armory/data/utils.py index 963771560..0ee5ad7a6 100644 --- a/armory/data/utils.py +++ b/armory/data/utils.py @@ -248,7 +248,7 @@ def move_merge(source, dest): def download_verify_dataset_cache(dataset_dir, checksum_file, name): found_checksum_flag = False - log.info("Attempting download_verigy_dataset_cache with dataset_dir") + log.info("Attempting download_verify_dataset_cache with dataset_dir") for checksum_dir in CHECKSUMS_DIRS: checksum_file_full_path = os.path.join(checksum_dir, checksum_file) if os.path.exists(checksum_file_full_path):