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