Commit e2af2337 authored by Jens Timmerman's avatar Jens Timmerman

specify that no 'working' links were found, previous behaviour didn't check if...

specify that no 'working' links were found, previous behaviour didn't check if downloads could succeed
parent e2124c84
......@@ -625,7 +625,7 @@ class PackageIndex(Environment):
if dist is None:
self.warn(
"No local packages or download links found for %s%s",
"No local packages or working download links found for %s%s",
(source and "a source distribution of " or ""),
requirement,
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment