* Martin Michlmayr <[EMAIL PROTECTED]> [2005-11-20 08:56]:
> That patch is needed too:
> 
> +                jack_functions.progress("all", 'ren', dir_created + "-->" + 
> unicode(new_dir, cf['_charset'], "replace"))

Please use the one instead below.  dir_created has be be converted
too.



diff -urN jack-3.1.1~/jack_freedb.py jack-3.1.1/jack_freedb.py
--- jack-3.1.1~/jack_freedb.py  2005-12-01 01:03:55.000000000 +0000
+++ jack-3.1.1/jack_freedb.py   2005-12-01 01:06:20.000000000 +0000
@@ -84,7 +84,7 @@
             if jack_utils.check_path(dirs_created, old_dirs) and not 
jack_utils.check_path(dirs_created, new_dirs):
                 jack_utils.rename_path(dirs_created, new_dirs)
                 print "Info: cwd now", os.getcwd()
-                jack_functions.progress("all", 'ren', dir_created + "-->" + 
unicode(new_dir, cf['_charset']))
+                jack_functions.progress("all", 'ren', unicode(dir_created + 
"-->" + new_dir), cf['_charset'], "replace")
 
     if not err:
         names_available = 1

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to