Drop Python 3.6 again (#34442)

This commit is contained in:
Adam J. Stewart
2023-01-16 02:09:40 -07:00
committed by GitHub
parent c7d1746064
commit 5f4b736006
3 changed files with 6 additions and 9 deletions

View File

@@ -1050,7 +1050,7 @@ def generate_package_index(cache_prefix, concurrency=32):
try:
file_list, read_fn = _spec_files_from_cache(cache_prefix)
except ListMirrorSpecsError as err:
tty.error("Unabled to generate package index, {0}".format(err))
tty.error("Unable to generate package index, {0}".format(err))
return
tty.debug("Retrieving spec descriptor files from {0} to build index".format(cache_prefix))