From cf4f5e5d0e47474a1adc8807f17fb2d0a0861800 Mon Sep 17 00:00:00 2001
From: "paul.milleville.etu" <paul.milleville.etu@univ-lille.fr>
Date: Fri, 28 Feb 2025 10:44:44 +0100
Subject: [PATCH] =?UTF-8?q?essaie=20=20cr=C3=A9ation=20et=20r=C3=A9cup?=
 =?UTF-8?q?=C3=A9ration=20de=20la=20partion=20groupe=20=C3=A9tape=20apog?=
 =?UTF-8?q?=C3=A9e?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/scodoc/sco_synchro_etuds.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/app/scodoc/sco_synchro_etuds.py b/app/scodoc/sco_synchro_etuds.py
index 2755b77f..0913caa4 100644
--- a/app/scodoc/sco_synchro_etuds.py
+++ b/app/scodoc/sco_synchro_etuds.py
@@ -271,6 +271,13 @@ 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))
+
             #
             # check decisions jury ici pour éviter de recontruire le cache
             # après chaque desinscription
-- 
GitLab