hi,

this seems a small bug

--- util/fileops.py~1.8.3       2008-11-22 11:47:49.000000000 +0100
+++ util/fileops.py             2009-01-13 18:34:07.000000000 +0100
@@ -405,7 +405,7 @@
         if rc:
             if rc in (1,):
                 _debug_('mounting %r: %s' % (dir, se), DWARNING)
-            elif rc == (32,):
+            elif rc in (32,):
                 _debug_('mounting %r: %s' % (dir, se), DWARNING)
         else:
             mount_count += 1


a.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to