From c9700a0450c4b8cd85f3c4f6488569c458ac0827 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 19 Oct 2025 14:35:09 -1000 Subject: [PATCH] wip --- script/cache_platformio_downloads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cache_platformio_downloads.py b/script/cache_platformio_downloads.py index 4caa59a3d1..dc0f991f9c 100755 --- a/script/cache_platformio_downloads.py +++ b/script/cache_platformio_downloads.py @@ -144,7 +144,7 @@ Examples: # Cache each URL success_count = 0 for i, url in enumerate(urls, 1): - print(f"[{i}/{len(urls)}] Caching {url}") + print(f"[{i}/{len(urls)}] Checking {url}") try: # Use the download_with_progress from github_download_cache CLI from script.github_download_cache import download_with_progress