Ignore:
Timestamp:
26 Apr 2023, 13:06:13 (17 months ago)
Author:
Henrik Bettermann
Message:

Do not just update SCHOOLS_TPU. We have to make a deep copy first.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/export.py

    r16926 r17392  
    2626from waeup.fceokene.applicants.interfaces import (
    2727    ICustomUGApplicant, ITPURegistration, IUTPRegistration)
    28 from waeup.fceokene.applicants.schools_tpu import SCHOOLS_TPU as SCHOOLS
     28from waeup.fceokene.applicants.schools_tpu import SCHOOLS_TPU
    2929from waeup.fceokene.applicants.schools_utp import SCHOOLS_UTP
    3030
     
    4646        """
    4747        """
     48        SCHOOLS = SCHOOLS_TPU.copy()
    4849        SCHOOLS.update(SCHOOLS_UTP)
    4950        if name.startswith('school') and value is not None:
Note: See TracChangeset for help on using the changeset viewer.