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())