From 524fa81d71d335a04ab3610c39c5c8e74eb732a4 Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 4 Mar 2022 17:38:01 +0000 Subject: started work on templating for tex --- jinja_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jinja_helpers.py') diff --git a/jinja_helpers.py b/jinja_helpers.py index ca0748d..7f51881 100644 --- a/jinja_helpers.py +++ b/jinja_helpers.py @@ -42,7 +42,7 @@ def junit_xml_to_html(junit_xml, student_id): pdfkit.from_string(lxml.etree.tostring(root).decode(), out_fname) # remove the tempfiles - input("%s continue..." % html_path) + # input("%s continue..." % html_path) shutil.rmtree(os.path.split(html_path)[0]) os.remove(xml_f.name) -- cgit v1.2.3