forked from ScoDoc/ScoDoc
groups_auto_repartition: add check (UI)
This commit is contained in:
parent
6766eca1d0
commit
d93ce9e9be
@ -1454,6 +1454,7 @@ def groups_auto_repartition(partition_id=None):
|
|||||||
# Crée les nouveaux groupes
|
# Crée les nouveaux groupes
|
||||||
group_ids = []
|
group_ids = []
|
||||||
for group_name in group_names:
|
for group_name in group_names:
|
||||||
|
if group_name.strip():
|
||||||
group_ids.append(create_group(partition_id, group_name).id)
|
group_ids.append(create_group(partition_id, group_name).id)
|
||||||
#
|
#
|
||||||
nt: NotesTableCompat = res_sem.load_formsemestre_results(formsemestre)
|
nt: NotesTableCompat = res_sem.load_formsemestre_results(formsemestre)
|
||||||
|
Loading…
Reference in New Issue
Block a user