Comment 5 for bug 702847

Revision history for this message
xrg (xrg) wrote : Re: [Bug 702847] Re: print quotation error

On Friday 14 January 2011, you wrote:
> Hi,
>
> here is the list of installed modules
> assert length ==
> len(node.get('colWidths').split(',')) [2011-01-14 14:55:11,552][acvs]
> ERROR:web-services:[41]: AssertionError
>

Just a wild guess:
when you get that assertion, it means that the number of columns are not
consistent throughout your table. Sth like:

 <table>
 <tr><td>1</td> <td>2</td></tr>
 <tr><td>a1</td> <td>a2</td><td>a3</td></tr>
 </table>