From 5cda1e9eb7e5f5f71ba66791846c899cb0a17649 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Tue, 17 Jan 2006 18:47:56 +0000 Subject: Fix editing error (reported by Ian Bicking). --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042087 --- setuptools/package_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/package_index.py') 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( -- cgit v1.2.1