Author: duncan
Date: Sun Feb 18 11:58:45 2007
New Revision: 9235

Modified:
   branches/rel-1-6/freevo/src/util/videothumb.py

Log:
Fixed some more Unicode filename messages


Modified: branches/rel-1-6/freevo/src/util/videothumb.py
==============================================================================
--- branches/rel-1-6/freevo/src/util/videothumb.py      (original)
+++ branches/rel-1-6/freevo/src/util/videothumb.py      Sun Feb 18 11:58:45 2007
@@ -168,10 +168,10 @@
             except:
                 print 'unable to write file'
     else:
-        print "error creating capture for %s" % filename
+        print "error creating capture for %s" % Unicode(filename)
 
     for capture in captures:
         try:
             os.remove(capture)
         except:
-            print "error removing temporary captures for %s" % filename
+            print "error removing temporary captures for %s" % 
Unicode(filename)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to