Skip to content

Commit 76d1553

Browse files
wardVDarikalon1
andauthored
fix(transformer.py): fpdf2 doesn't accept more than 1 positional arg (#2019)
Co-authored-by: arik <alon.arik@gmail.com>
1 parent 80dd13e commit 76d1553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/robusta/core/sinks/transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,4 @@ def write_table(pdf: FPDF, rows: List[list[str]]):
296296
write_section_header(pdf, section_name)
297297
write_table(pdf, rows)
298298

299-
return FileBlock(f"{title}.pdf", pdf.output("", "S"))
299+
return FileBlock(f"{title}.pdf", pdf.output())

0 commit comments

Comments
 (0)