*** This bug is a duplicate of bug 558493 ***
https://bugs.launchpad.net/bugs/558493
Adding an emptiness check like this fixes it:
def __parse(self, format):
for property in format.split(';'):
if not property:
continue
key, value = [p.strip(' \t|').upper() \
for p in property.split('=', 1)]
--
telepathy-butterfly crashed with ValueError in __parse()
https://bugs.launchpad.net/bugs/563019
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