From 7a4e0206a380fd821c82ad093fb4c00fbaf77ad0 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Tue, 1 Feb 2022 18:28:51 +0100 Subject: [PATCH] Fix: cache malus --- app/comp/res_common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/comp/res_common.py b/app/comp/res_common.py index 7bc2bff2..47caaa03 100644 --- a/app/comp/res_common.py +++ b/app/comp/res_common.py @@ -162,6 +162,7 @@ class NotesTableCompat(ResultatsSemestre): _cached_attrs = ResultatsSemestre._cached_attrs + ( "bonus", "bonus_ues", + "malus", ) def __init__(self, formsemestre: FormSemestre):