AUTO Crée liens symboliques s et t
This commit is contained in:
parent
2201f73a51
commit
133aaf0790
2
auto.py
Normal file → Executable file
2
auto.py
Normal file → Executable file
|
@ -78,4 +78,6 @@ def creerZip(semestre, tp):
|
||||||
fichierZip.write(os.path.join(chem, f), os.path.join(nomDossier, f))
|
fichierZip.write(os.path.join(chem, f), os.path.join(nomDossier, f))
|
||||||
fichierZip.close()
|
fichierZip.close()
|
||||||
|
|
||||||
|
os.link(chemin(semestreEnCours(), tpEnCours()), 't')
|
||||||
|
os.link(chemin(semestreEnCours()), 's')
|
||||||
creerZip(semestreEnCours(), tpEnCours())
|
creerZip(semestreEnCours(), tpEnCours())
|
||||||
|
|
Reference in a new issue