mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-30 22:41:18 +02:00
@ -231,6 +231,8 @@ class UploadNotesForm(forms.Form):
|
|||||||
if len(line) < 19:
|
if len(line) < 19:
|
||||||
continue
|
continue
|
||||||
name = line[0]
|
name = line[0]
|
||||||
|
if name in ["moyenne", "coefficient", "sous-total"]:
|
||||||
|
continue
|
||||||
notes = line[1:19]
|
notes = line[1:19]
|
||||||
if not all(s.isnumeric() for s in notes):
|
if not all(s.isnumeric() for s in notes):
|
||||||
continue
|
continue
|
||||||
|
Reference in New Issue
Block a user