Il était sorti de sa branche.
This commit is contained in:
Geoffrey Frogeye 2015-02-16 19:34:23 +01:00
parent 37f61e587c
commit b6910f6376

View file

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