[reportlab-users] platypus para versus flowables
Tim Middleton
x at vex.net
Thu Jan 25 06:02:31 EST 2007
Juha Tuomala wrote:
> I think it's not supposed to be like that. If self.lines is
> None, it denotes that paragraph has not been wrapped yet and
> it should be done (line 1058).
Looks like you are right. I hadn't looked at that. So i guess a better fix
for that for me is to change
nlines = len(lines)
to
nlines = len(lines or '')
--
Tim Middleton | Vex.Net | "Are the gods not just?" "Oh no, child.
x at veX.net | VexTech.ca | What would become of us if they were?" (CSL)
More information about the reportlab-users
mailing list