Changeset 14441 for main/waeup.aaue


Ignore:
Timestamp:
23 Jan 2017, 10:43:58 (8 years ago)
Author:
Henrik Bettermann
Message:

'NIL' is not an outstanding course.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py

    r14420 r14441  
    5858            if '_m' in failed_courses:
    5959                return 0
    60             if len(not_taken_courses):
     60            if len(not_taken_courses) \
     61                and not not_taken_courses == 'NIL':
    6162                return 0
    6263        # use gpa_boundaries above
Note: See TracChangeset for help on using the changeset viewer.