Commit 22463429 authored by Stefan H. Holek's avatar Stefan H. Holek

Encodability is irrelevant in FileList.append().

--HG--
branch : distribute
extra : rebase_source : 9a89af6da8e816d0c978ee367699aca32611f3d2
parent 924d4355
...@@ -287,8 +287,7 @@ class FileList(_FileList): ...@@ -287,8 +287,7 @@ class FileList(_FileList):
elif path != manifest_maker.template: elif path != manifest_maker.template:
log.warn("%r not found -- skipping", path) log.warn("%r not found -- skipping", path)
except UnicodeEncodeError: except UnicodeEncodeError:
log.warn("%r not %s encodable -- skipping", path, self.files.append(path)
sys.getfilesystemencoding())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment