renomage script phase 2

This commit is contained in:
MaelREBOUX 2021-10-03 16:13:25 +02:00
parent 4813ce0b1c
commit e1f242f6b2
2 changed files with 1 additions and 1 deletions

View file

@ -94,7 +94,7 @@ if typemaj == "routage":
print("maj du routage")
try:
subprocess.call(["./phase_2.sh "+millesime+" "+secteur],shell=True,stderr=subprocess.STDOUT)
subprocess.call(["./phase_2_get_data.sh "+millesime+" "+secteur],shell=True,stderr=subprocess.STDOUT)
subprocess.call(["./phase_2_routing_prepare.sh "+millesime+" "+secteur],shell=True,stderr=subprocess.STDOUT)
subprocess.call(["./phase_2_routing_compute.sh "+millesime+" "+secteur],shell=True,stderr=subprocess.STDOUT)