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

ajout print grouplist description

parent 6694fd01
No related branches found
No related tags found
No related merge requests found
...@@ -285,6 +285,7 @@ def formsemestre_synchro_etuds( ...@@ -285,6 +285,7 @@ def formsemestre_synchro_etuds(
group_names = [] group_names = []
print(sco_groups.get_partition(partition_id))
for group in sco_groups.get_partition(partition_id): for group in sco_groups.get_partition(partition_id):
print(group) print(group)
group_names.append(group['group_name']) group_names.append(group['group_name'])
......
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