diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-15 23:34:00 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-15 23:34:00 -0400 |
| commit | 83658a39f37a2ece19b1f7409edc11a1bdd9cce3 (patch) | |
| tree | 9a871acc7b32e8a94ad7afba33ef6db1dc822586 /setuptools/command/egg_info.py | |
| parent | c442269b78d994fb061afddc7a1314d96f91d487 (diff) | |
| download | python-setuptools-git-83658a39f37a2ece19b1f7409edc11a1bdd9cce3.tar.gz | |
Reindent
Diffstat (limited to 'setuptools/command/egg_info.py')
| -rwxr-xr-x | setuptools/command/egg_info.py | 4 |
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) |
