Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
neGativne ocene
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Feb 4, 2024
1 parent f238bc6 commit 9a23518
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gimsisapi/formtagparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9a23518

Please sign in to comment.