diff options
-rwxr-xr-x | setuptools/command/egg_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py index 085a499b..6145d6ea 100755 --- a/setuptools/command/egg_info.py +++ b/setuptools/command/egg_info.py @@ -291,7 +291,7 @@ class FileList(_FileList): if os.path.exists(path.encode('utf-8')): self.files.append(path) else: - log.warn("%r not %s encodable -- skipping", path, + log.warn("'%s' not %s encodable -- skipping", path, sys.getfilesystemencoding()) else: if os.path.exists(path): |