mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
'get_outputs()' now returns an empty list instead of None.
This commit is contained in:
parent
dab0554d5d
commit
ec21cc60db
1 changed files with 1 additions and 1 deletions
|
@ -56,4 +56,4 @@ class install_data (Command):
|
|||
return self.data_files or []
|
||||
|
||||
def get_outputs (self):
|
||||
return self.outfiles
|
||||
return self.outfiles or []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue