summaryrefslogtreecommitdiff
path: root/setuptools
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools')
-rwxr-xr-xsetuptools/command/egg_info.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py
index ed8e458a..f6347af9 100755
--- a/setuptools/command/egg_info.py
+++ b/setuptools/command/egg_info.py
@@ -214,8 +214,8 @@ class FileList(_FileList):
if os.path.exists(path) or os.path.exists(path.encode('utf-8')):
self.files.append(path)
except UnicodeEncodeError:
- log.warn("'%s' not %s encodable -- skipping", path,
- sys.getfilesystemencoding())
+ log.warn("'%s' not %s encodable -- skipping", path,
+ sys.getfilesystemencoding())
else:
if os.path.exists(path):
self.files.append(path)