mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-01-01 17:30:47 +00:00
Twiddle
This commit is contained in:
@@ -186,7 +186,6 @@ def draw_footer(canvas, rect, record, report_date, line_no, total_lines):
|
|||||||
spotting_name = record.get('Spotting', [])
|
spotting_name = record.get('Spotting', [])
|
||||||
pages_s = ["Line %i of %i" % (line_no, total_lines)]
|
pages_s = ["Line %i of %i" % (line_no, total_lines)]
|
||||||
footer_s = " - ".join(report_date_s + spotting_name + pages_s)
|
footer_s = " - ".join(report_date_s + spotting_name + pages_s)
|
||||||
|
|
||||||
rect.draw_text_cell(canvas, footer_s, font_name="Futura", font_size=10., inset_y=2.)
|
rect.draw_text_cell(canvas, footer_s, font_name="Futura", font_size=10., inset_y=2.)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user