Just found another problem in my script.  Doing something like this also
causes an error;

class B(A):
    def __init__(self):
        if 'foo' in dir(self):
           [...]

I swapped that out with:

if hasattr(self, 'foo'):
    [...]

-- 
Error when mounting flickrfs
https://bugs.launchpad.net/bugs/399452
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to