Kaydet (Commit) ec21cc60 authored tarafından Greg Ward's avatar Greg Ward

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

üst dab0554d
......@@ -56,4 +56,4 @@ class install_data (Command):
return self.data_files or []
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