aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/package_index.py')
-rwxr-xr-xsetuptools/package_index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py
index f064b110..c9e3d637 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, "Download error: %s -- Some packages may not be found!")
+ f = self.open_url(url)
if f is None: return
self.fetched_urls[url] = self.fetched_urls[f.url] = True