This commit is contained in:
brocasm
2023-09-10 23:03:42 +02:00
parent 2e0abf758d
commit fd6d45b480

View File

@@ -127,7 +127,7 @@ class cl_Student_eval(models.Model):
to_be_set = True
if to_be_set:
match int(eval.nEval_Mode):
match (int(eval.nEval_Mode)):
case 1:
self.o_Auto_eval = eval
case 2: