> File "/usr/share/exaile/xl/xlmisc.py", line 2061, in parse_file > if line[0] == "#" or line == '' : continue
In case it still does (I don't think so; I fixed this upstream a long time ago), the fix is quite simple. Just swap the conditions: if line == '' or line[0] == "#" : continue -- [apport] exaile.py crashed with IndexError in parse_file() https://bugs.launchpad.net/bugs/172663 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs