Ticket #893: metafile.py.patch

File metafile.py.patch, 680 bytes (added by sebastinas, 15 years ago)
  • metafile.

    old new  
    134134                raise Exception('Could not convert file/directory name %r to ' 
    135135                                  'Unicode. Either the assumed filesystem ' 
    136136                                  'encoding "%s" is wrong or the filename contains ' 
    137                                   'illegal bytes.') % (name, get_filesystem_encoding()) 
     137                                  'illegal bytes.' % (name, get_filesystem_encoding())) 
    138138 
    139139        if u.translate(noncharacter_translate) != u: 
    140140            raise Exception('File/directory name "%s" contains reserved '