--- metafile.org.py	2009-02-05 05:46:38.000000000 +0100
+++ metafile.py	2009-04-21 07:49:03.000000000 +0200
@@ -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 '
