summaryrefslogtreecommitdiff
path: root/setuptools/command/egg_info.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-05-15 23:34:00 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-05-15 23:34:00 -0400
commit83658a39f37a2ece19b1f7409edc11a1bdd9cce3 (patch)
tree9a871acc7b32e8a94ad7afba33ef6db1dc822586 /setuptools/command/egg_info.py
parentc442269b78d994fb061afddc7a1314d96f91d487 (diff)
downloadpython-setuptools-git-83658a39f37a2ece19b1f7409edc11a1bdd9cce3.tar.gz
Reindent
Diffstat (limited to 'setuptools/command/egg_info.py')
-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)