Remove warning in download_tarball (#34549)

This commit is contained in:
Harmen Stoppels 2022-12-15 15:03:30 +01:00 committed by GitHub
parent 7056a4bffd
commit 9025caed6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1576,10 +1576,6 @@ def download_tarball(spec, unsigned=False, mirrors_for_spec=None):
)
)
tty.warn(
"download_tarball() was unable to download "
+ "{0} from any configured mirrors".format(spec)
)
return None