Ticket #893: metafile.py.patch
File metafile.py.patch, 680 bytes (added by , 16 years ago) |
---|
-
metafile.
old new 134 134 raise Exception('Could not convert file/directory name %r to ' 135 135 'Unicode. Either the assumed filesystem ' 136 136 'encoding "%s" is wrong or the filename contains ' 137 'illegal bytes.' ) % (name, get_filesystem_encoding())137 'illegal bytes.' % (name, get_filesystem_encoding())) 138 138 139 139 if u.translate(noncharacter_translate) != u: 140 140 raise Exception('File/directory name "%s" contains reserved '