Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit dfbfd41b9f - Show all commits

View File

@ -324,7 +324,9 @@ class DisplayedGroupsInfos:
if not formsemestre_id: if not formsemestre_id:
raise Exception("missing parameter formsemestre_id or group_ids") raise Exception("missing parameter formsemestre_id or group_ids")
if select_all_when_unspecified: if select_all_when_unspecified:
group_ids = [sco_groups.get_default_group(formsemestre_id)] group_ids = [
sco_groups.get_default_group(formsemestre_id, fix_if_missing=True)
]
else: else:
# selectionne le premier groupe trouvé, s'il y en a un # selectionne le premier groupe trouvé, s'il y en a un
partition = sco_groups.get_partitions_list( partition = sco_groups.get_partitions_list(

View File

@ -1,7 +1,7 @@
# -*- mode: python -*- # -*- mode: python -*-
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
SCOVERSION = "9.6.33" SCOVERSION = "9.6.34"
SCONAME = "ScoDoc" SCONAME = "ScoDoc"