Changeset 15957


Ignore:
Timestamp:
26 Jan 2020, 14:50:26 (5 years ago)
Author:
Henrik Bettermann
Message:

Remove whitespace.

File:
1 edited

Legend:

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

    r15956 r15957  
    132132                special_handling = 'clinical'
    133133            elif student.certcode in ('BARTMAS', 'BARTTHR', 'BARTFAA',
    134                                       'BAEDFAA', 'BSCEDECHED', 'BAFAA '):
     134                                      'BAEDFAA', 'BSCEDECHED', 'BAFAA'):
    135135                special_handling = 'ekenwan'
    136136        d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt)
Note: See TracChangeset for help on using the changeset viewer.