summaryrefslogtreecommitdiffstats
path: root/jinja_helpers.py
diff options
context:
space:
mode:
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)