aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-01-17 18:47:56 +0000
committerPJ Eby <distutils-sig@python.org>2006-01-17 18:47:56 +0000
commit5cda1e9eb7e5f5f71ba66791846c899cb0a17649 (patch)
tree77cae57aa2b5e53c37d872f0b9a6b8b58bffd8b8
parent889ba71dfffd93fd5d0203512f1302ca1269ca55 (diff)
downloadexternal_python_setuptools-5cda1e9eb7e5f5f71ba66791846c899cb0a17649.tar.gz
external_python_setuptools-5cda1e9eb7e5f5f71ba66791846c899cb0a17649.tar.bz2
external_python_setuptools-5cda1e9eb7e5f5f71ba66791846c899cb0a17649.zip
Fix editing error (reported by Ian Bicking).
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042087
-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 b7c71f23..35cd04a6 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -250,7 +250,7 @@ class PackageIndex(Environment):
"scan is required.", url
)
- def scan_all(self, msg, *args):
+ def scan_all(self, msg=None, *args):
if self.index_url not in self.fetched_urls:
if msg: self.warn(msg,*args)
self.warn(