forked from ScoDoc/ScoDoc
Fix: exceptions dans formules utilisateurs
This commit is contained in:
parent
981f2c0e46
commit
7f2e87e9d0
@ -631,7 +631,7 @@ class NotesTable(object):
|
|||||||
matiere_sum_coefs += coef
|
matiere_sum_coefs += coef
|
||||||
matiere_id_last = matiere_id
|
matiere_id_last = matiere_id
|
||||||
except TypeError: # val == "NI" "NA"
|
except TypeError: # val == "NI" "NA"
|
||||||
assert val == "NI" or val == "NA"
|
assert val == "NI" or val == "NA" or val == "ERR"
|
||||||
nb_missing = nb_missing + 1
|
nb_missing = nb_missing + 1
|
||||||
coefs.append(0)
|
coefs.append(0)
|
||||||
coefs_mask.append(0)
|
coefs_mask.append(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user