back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests
This commit is contained in:
parent
29dfcd108d
commit
2d4e988c35
@ -417,7 +417,4 @@ symbolic links encountered in the path."""
|
||||
|
||||
return filename
|
||||
|
||||
if sys.platform == "darwin":
|
||||
supports_unicode_filenames = True
|
||||
else:
|
||||
supports_unicode_filenames = False
|
||||
supports_unicode_filenames = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user