From 866ad1b9bf9026b9fb719a343a39d79691aa2fe8 Mon Sep 17 00:00:00 2001 From: Kilton937342 Date: Tue, 2 Aug 2022 13:39:21 +0200 Subject: [PATCH] test --- backend/api/exercices/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/exercices/views.py b/backend/api/exercices/views.py index 4edcd0d4..687980ab 100644 --- a/backend/api/exercices/views.py +++ b/backend/api/exercices/views.py @@ -419,7 +419,7 @@ def pdfGen(request): template = get_template('test.tex') latex = template.render(context) - + print('LATEX', latex) with tempfile.TemporaryDirectory() as tempdir: direct = tempdir with open(os.path.join(direct, 'tmp.tex'), 'x', encoding='utf-8') as f: