Ignore:
Timestamp:
26 Feb 2020, 22:00:52 (5 years ago)
Author:
Henrik Bettermann
Message:

Do not return but continue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/applicant.py

    r15943 r16016  
    257257            appl_file = file_store.getFileByContext(self, attr=filename[1])
    258258            if appl_file is None:
    259                 return
     259                continue
    260260            stud_file_id = IFileStoreNameChooser(student).chooseName(
    261261                attr=filename[1])
Note: See TracChangeset for help on using the changeset viewer.