Mise à jour de 'app/scodoc/sco_moduleimpl_status.py'

Correction bug sur module sans évaluation suite à passage en https://scodoc.org/git/ScoDoc/ScoDoc/releases/tag/9.4.14
This commit is contained in:
pascal.bouron 2022-12-16 06:48:12 +01:00
parent ef2d00b0b8
commit b43fe8b9ee
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ def moduleimpl_status(moduleimpl_id=None, partition_id=None):
[
max([p.poids for p in e.ue_poids] or [0]) * (e.coefficient or 0.0)
for e in evaluations
]
] or [0]
)
#
sem_locked = not sem["etat"]