diff --git a/ci/utils.py b/ci/utils.py index 3f69f806..aa8af3b9 100644 --- a/ci/utils.py +++ b/ci/utils.py @@ -129,7 +129,6 @@ def download_large_files(bundle_path: str, large_file_name: str = "large_file.ym parser.read_config(os.path.join(bundle_path, large_file_name)) large_files_list = parser.get()["large_files"] for lf_data in large_files_list: - lf_data["fuzzy"] = True if "hash_val" in lf_data and lf_data.get("hash_val", "") == "": lf_data.pop("hash_val") if "hash_type" in lf_data and lf_data.get("hash_type", "") == "": diff --git a/ci/utils_deparate.py b/ci/utils_deparate.py index 2e3e1b1f..d5ffc95c 100644 --- a/ci/utils_deparate.py +++ b/ci/utils_deparate.py @@ -95,7 +95,6 @@ def download_large_files(bundle_path: str, large_file_name: str = "large_file.ym parser.read_config(os.path.join(bundle_path, large_file_name)) large_files_list = parser.get()["large_files"] for lf_data in large_files_list: - lf_data["fuzzy"] = True if "hash_val" in lf_data and lf_data.get("hash_val", "") == "": lf_data.pop("hash_val") if "hash_type" in lf_data and lf_data.get("hash_type", "") == "": diff --git a/ci/utils_deparate_ngc.py b/ci/utils_deparate_ngc.py index dd35171c..e7c2256e 100644 --- a/ci/utils_deparate_ngc.py +++ b/ci/utils_deparate_ngc.py @@ -98,7 +98,6 @@ def download_large_files(bundle_path: str, large_file_name: str = "large_file.ym parser.read_config(os.path.join(bundle_path, large_file_name)) large_files_list = parser.get()["large_files"] for lf_data in large_files_list: - lf_data["fuzzy"] = True if "hash_val" in lf_data and lf_data.get("hash_val", "") == "": lf_data.pop("hash_val") if "hash_type" in lf_data and lf_data.get("hash_type", "") == "":