Ignore:
Timestamp:
14 Jun 2022, 11:40:43 (2 years ago)
Author:
Henrik Bettermann
Message:

Fix syntax error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/students/utils.py

    r16963 r16964  
    3535            and student.current_verdict == 'C') \
    3636        or (student.current_level in (300, 310, 320, 330) \
    37             and student.current_mode == 'hnd_ft') \
     37            and student.current_mode == 'hnd_ft' \
    3838            and student.current_verdict == 'C'):
    3939        return 5950.0
     
    5050            and student.current_verdict == 'C') \
    5151        or (student.current_level in (300, 310, 320, 330) \
    52             and student.current_mode == 'hnd_ft') \
     52            and student.current_mode == 'hnd_ft' \
    5353            and student.current_verdict == 'C'):
    5454        return 4250.0
Note: See TracChangeset for help on using the changeset viewer.