Skip to content
Snippets Groups Projects
Commit ab9d6ba7 authored by Paul Milleville's avatar Paul Milleville
Browse files

esssaie pour récupérer la list des partitions

parent cf4f5e5d
No related branches found
No related tags found
No related merge requests found
......@@ -271,12 +271,10 @@ def formsemestre_synchro_etuds(
print("_____________________________________________________________________________")
print(nip_etape)
partition_id = sco_groups.partition_create(formsemestre_id=formsemestre_id,partition_name="Groupe Apogée")
print("partition id : ")
print(partition_id)
print("partition : ")
print(sco_groups.get_partition(partition_id=partition_id))
sco_groups.partition_create(formsemestre_id=formsemestre_id,partition_name="Groupe Apogée")
list_partition = sco_groups.get_partitions_list()
print("list_partition : ")
print(list_partition)
#
# check decisions jury ici pour éviter de recontruire le cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment