[Bug 172663] Re: [apport] exaile.py crashed with IndexError in parse_file()
Johannes Sasongko
sasongko at gmail.com
Tue Nov 18 21:58:27 UTC 2008
> 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 at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list