Remove warning in download_tarball (#34549)
This commit is contained in:
parent
7056a4bffd
commit
9025caed6e
@ -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
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user