Commit 5cda1e9e authored by PJ Eby's avatar PJ Eby

Fix editing error (reported by Ian Bicking).

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042087
parent 889ba71d
...@@ -250,7 +250,7 @@ class PackageIndex(Environment): ...@@ -250,7 +250,7 @@ class PackageIndex(Environment):
"scan is required.", url "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 self.index_url not in self.fetched_urls:
if msg: self.warn(msg,*args) if msg: self.warn(msg,*args)
self.warn( self.warn(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment