diff --git a/setup_repos.py b/setup_repos.py index 59b14b46..80603295 100755 --- a/setup_repos.py +++ b/setup_repos.py @@ -90,6 +90,7 @@ async def download_item(item, arch, targetdir): # "No .*available for {nvr}" indicates there are no # packages for this arch in the build if not f"available for {item}" in stderr: + print(f"Downloading {item} failed: {stderr}") return item return False