error still persist even after update today…
the document has a pagebraek set
please help…
… I think the print.py stuggles with continuing the table on the new page
# continue the table in a new page
df = copy.copy(df)
df.start = i
df.end = None
page[-1][-1].append(df)
but I cant figure how to fix the key -
maybe the dictionary gets not updated properly when a page break is detected?
man, I need to get a deeper understanding of it all