Author: andar
Revision: 5115
Log:
Fix typo
Diff:
Modified: branches/1.1.0_RC/deluge/metafile.py
===================================================================
--- branches/1.1.0_RC/deluge/metafile.py 2009-04-21 09:27:59 UTC (rev
5114)
+++ branches/1.1.0_RC/deluge/metafile.py 2009-04-21 16:32:53 UTC (rev
5115)
@@ -134,7 +134,7 @@
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 '
Modified: trunk/deluge/metafile.py
===================================================================
--- trunk/deluge/metafile.py 2009-04-21 09:27:59 UTC (rev 5114)
+++ trunk/deluge/metafile.py 2009-04-21 16:32:53 UTC (rev 5115)
@@ -134,7 +134,7 @@
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 '
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---