diff options
Diffstat (limited to 'Lib/distutils/command/install_data.py')
-rw-r--r-- | Lib/distutils/command/install_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/install_data.py b/Lib/distutils/command/install_data.py index acc89aa395..5481dabe66 100644 --- a/Lib/distutils/command/install_data.py +++ b/Lib/distutils/command/install_data.py @@ -56,4 +56,4 @@ class install_data (Command): return self.data_files or [] def get_outputs (self): - return self.outfiles + return self.outfiles or [] |