mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix typo
This commit is contained in:
parent
d6eeb13fed
commit
abc5bcf389
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ def makeinfo(path, piece_length, progress, name = None,
|
|||
raise Exception('Could not convert file/directory name %r to '
|
||||
'Unicode. Either the assumed filesystem '
|
||||
'encoding "%s" is wrong or the filename contains '
|
||||
'illegal bytes.') % (name, get_filesystem_encoding())
|
||||
'illegal bytes.' % (name, get_filesystem_encoding()))
|
||||
|
||||
if u.translate(noncharacter_translate) != u:
|
||||
raise Exception('File/directory name "%s" contains reserved '
|
||||
|
|
Loading…
Add table
Reference in a new issue