Kaydet (Commit) 21b9e910 authored tarafından Gregory P. Smith's avatar Gregory P. Smith

In 'install_misc': 'self.outfiles' defaults to the empty list, so we don't

have to worry about "or []" in 'get_outputs()'.
üst 6a901dd1
......@@ -353,7 +353,7 @@ class install_misc (Command):
def initialize_options (self):
self.install_dir = None
self.outfiles = None
self.outfiles = []
def _install_dir_from (self, dirname):
self.set_undefined_options('install', (dirname, 'install_dir'))
......
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