aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetuptools/package_index.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py
index c9e3d637..bb0ae129 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -198,7 +198,7 @@ class PackageIndex(Environment):
return
self.info("Reading %s", url)
- f = self.open_url(url)
+ f = self.open_url(url, "Download error on %s: %%s -- Some packages may not be found!" % url)
if f is None: return
self.fetched_urls[url] = self.fetched_urls[f.url] = True
@@ -842,4 +842,4 @@ def local_open(url):
-# this line is a kludge to keep the trailing blank lines for pje's editor
+# this line is a kludge to keep the trailing blank lines for pje's editor \ No newline at end of file