Skip to content
Snippets Groups Projects
Verified Commit 9bd2b6cf authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add missing return.

parent 84527858
No related branches found
No related tags found
No related merge requests found
......@@ -139,3 +139,5 @@ def tex_to_pdf(latex_str):
with BytesIO(latex_str) as latex_file:
# Build PDF
pdf = build_pdf(latex_file, texinputs=texinputs)
return pdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment