From b6910f6376eab4da6999a51ad11f9863fc2afb93 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Mon, 16 Feb 2015 19:34:23 +0100 Subject: [PATCH] AUTO Revert 133aaf07906065cefe78ffd66bbcfa0a551e5e5b MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Il était sorti de sa branche. --- auto.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto.py b/auto.py index bcce435..1498987 100755 --- a/auto.py +++ b/auto.py @@ -92,6 +92,6 @@ def creerZip(semestre, tp): fichierZip.write(os.path.join(chem, f), os.path.join(nomDossier, f)) fichierZip.close() -os.link(chemin(semestreEnCours(), tpEnCours()), 't') -os.link(chemin(semestreEnCours()), 's') +# os.link(chemin(semestreEnCours(), tpEnCours()), 't') +# os.link(chemin(semestreEnCours()), 's') creerZip(semestreEnCours(), tpEnCours())