[Bug 172663] Re: [apport] exaile.py crashed with IndexError in parse_file()

2009-10-14 Thread Ralph Janke
checked source package. This problem is fixed released. ** Changed in: exaile (Ubuntu) Importance: Undecided = Medium ** Changed in: exaile (Ubuntu) Status: Incomplete = Fix Released -- [apport] exaile.py crashed with IndexError in parse_file() https://bugs.launchpad.net/bugs/172663

Re: [Bug 172663] Re: [apport] exaile.py crashed with IndexError in parse_file()

2008-11-18 Thread Johannes Sasongko
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 --

[Bug 172663] Re: [apport] exaile.py crashed with IndexError in parse_file()

2008-11-16 Thread Daniel T Chen
Is this symptom still reproducible in 8.10? ** Changed in: exaile (Ubuntu) Status: New = Incomplete -- [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