parent
37f61e587c
commit
b6910f6376
4
auto.py
4
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())
|
||||
|
|
Reference in a new issue