José Matos
2014-05-26 21:27:02 UTC
Hi,
we got a bug reported at Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=1098368
related with chunks conversions.
According to git blame, Richard and JÃŒrgen were the last to touch this code. :-)
The problem according to my analysis is the line
lastpar = ''.join(contents[-1])
where contents is an empty list.
So probably something like
if not contents: continue
would work.
The next question is if it is possible to have such a legal lyx file?
Regards,
we got a bug reported at Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=1098368
related with chunks conversions.
According to git blame, Richard and JÃŒrgen were the last to touch this code. :-)
The problem according to my analysis is the line
lastpar = ''.join(contents[-1])
where contents is an empty list.
So probably something like
if not contents: continue
would work.
The next question is if it is possible to have such a legal lyx file?
Regards,
--
José AbÃlio
José AbÃlio