Public bug reported:

Binary package hint: python-fuse

I am on Edgy, using Python-fuse. There appears to be a bug in fuse.py. I
get

  File "/usr/lib/python2.4/site-packages/fuse.py", line 96, in __init__
    self.optlist.append(o)
AttributeError: 'tuple' object has no attribute 'append'

Problem is, earlier we have

            self.optlist = args

and args is defined from

    def __init__(self, *args, **kw):

which means that args is ALWAYS a tuple, not a list. As a tuple, it
doesn't have an 'append' function.

** Affects: python-fuse (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Python-fuse doesn't work
https://launchpad.net/bugs/83480

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to