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 2 additions and 2 deletions
Showing only changes of commit 417b3b8383 - Show all commits

View File

@ -241,7 +241,7 @@ def get_default_group(formsemestre_id, fix_if_missing=False):
return group.id
# debug check
if len(r) != 1:
raise ScoException(f"invalid group structure for {formsemestre_id}")
log(f"invalid group structure for {formsemestre_id}: {len(r)}")
group_id = r[0]["group_id"]
return group_id

View File

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