summaryrefslogtreecommitdiffstats
path: root/jinja_helpers.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-03-04 17:38:01 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2022-03-04 17:38:01 +0000
commit524fa81d71d335a04ab3610c39c5c8e74eb732a4 (patch)
tree699260f2fece94510f4d61c366091d1b5f91ba2a /jinja_helpers.py
parent92f710554dac6fb75e0c3b4bcf4a0305ee4df4c3 (diff)
downloadSmarker-524fa81d71d335a04ab3610c39c5c8e74eb732a4.tar.gz
Smarker-524fa81d71d335a04ab3610c39c5c8e74eb732a4.zip
started work on templating for tex
Diffstat (limited to 'jinja_helpers.py')
-rw-r--r--jinja_helpers.py2
1 files changed, 1 insertions, 1 deletions
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)