From 5e093a5ae0cb47bec4d29182f72609a736231c08 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Wed, 14 Sep 2022 23:19:43 +0200 Subject: [PATCH] =?UTF-8?q?WIP:=20contr=C3=B4le=20cotisation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controle_cotisation/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/controle_cotisation/main.py b/controle_cotisation/main.py index 4d64f8f..a788f6e 100755 --- a/controle_cotisation/main.py +++ b/controle_cotisation/main.py @@ -326,6 +326,7 @@ def validate(member): pass set_file_content(WORKDIR+"/validé/"+filename+".tex", latexfile) os.system("cd {} && pdflatex {}".format(WORKDIR+"/validé/", filename+".tex")) + os.remove(WORKDIR+"/transition/"+member) def validate_members(): for record in os.listdir(WORKDIR+"/transition"):