From 9a235187ea454f898cbe586a48f4dcd3c86b7e91 Mon Sep 17 00:00:00 2001 From: mytja Date: Sun, 4 Feb 2024 23:46:06 +0100 Subject: [PATCH] neGativne ocene --- gimsisapi/formtagparser.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gimsisapi/formtagparser.py b/gimsisapi/formtagparser.py index 1374e26..0cda3e2 100644 --- a/gimsisapi/formtagparser.py +++ b/gimsisapi/formtagparser.py @@ -364,6 +364,9 @@ def get_grades(text): # neoCenjen (??????) subject_grades[oc_obdobje]["final"] = "NOC" continue + elif g == "G": + # neGativno (????????????) + subject_grades[oc_obdobje]["final"] = 1 try: if oc_obdobje == 1: subject_grades["final"] = int(g)