Changeset 5219


Ignore:
Timestamp:
11 Jun 2010, 15:03:01 (15 years ago)
Author:
Henrik Bettermann
Message:

do it at the right place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Accommodation.py

    r5218 r5219  
    181181                if na.endswith(','):
    182182                    names[n] = na[:-1]
     183                names[n] = names[n].upper()
    183184                n += 1
    184                 names[n] = names[n].upper()
    185185            s_names = student.name.split()
    186186            found = False
Note: See TracChangeset for help on using the changeset viewer.