Commit e91f5266 authored by Greg Ward's avatar Greg Ward

'get_outputs()' now returns an empty list instead of None.

parent 54e175ee
...@@ -56,4 +56,4 @@ class install_data (Command): ...@@ -56,4 +56,4 @@ class install_data (Command):
return self.data_files or [] return self.data_files or []
def get_outputs (self): def get_outputs (self):
return self.outfiles return self.outfiles or []
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