We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80dd13e commit 76d1553Copy full SHA for 76d1553
1 file changed
src/robusta/core/sinks/transformer.py
@@ -296,4 +296,4 @@ def write_table(pdf: FPDF, rows: List[list[str]]):
296
write_section_header(pdf, section_name)
297
write_table(pdf, rows)
298
299
- return FileBlock(f"{title}.pdf", pdf.output("", "S"))
+ return FileBlock(f"{title}.pdf", pdf.output())
0 commit comments