diff options
Diffstat (limited to 'distutils2/command/install_data.py')
| -rw-r--r-- | distutils2/command/install_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/command/install_data.py b/distutils2/command/install_data.py index 3a63e20..d2a8015 100644 --- a/distutils2/command/install_data.py +++ b/distutils2/command/install_data.py @@ -48,7 +48,7 @@ class install_data(Command): self.mkpath(dir_dest) try: out = self.copy_file(_file[0], dir_dest)[0] - except Error, e: + except Error as e: logger.warning('%s: %s', self.get_command_name(), e) out = destination |
