diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-01-17 18:47:56 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-01-17 18:47:56 +0000 |
| commit | 5cda1e9eb7e5f5f71ba66791846c899cb0a17649 (patch) | |
| tree | 77cae57aa2b5e53c37d872f0b9a6b8b58bffd8b8 /setuptools/package_index.py | |
| parent | 889ba71dfffd93fd5d0203512f1302ca1269ca55 (diff) | |
| download | python-setuptools-git-5cda1e9eb7e5f5f71ba66791846c899cb0a17649.tar.gz | |
Fix editing error (reported by Ian Bicking).
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042087
Diffstat (limited to 'setuptools/package_index.py')
| -rwxr-xr-x | setuptools/package_index.py | 2 |
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( |
