Ignore:
Timestamp:
24 Nov 2006, 08:01:42 (18 years ago)
Author:
joachim
Message:

exclude all homeless members from search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Academics.py

    r929 r930  
    230230                msg = "Department %(department_code)s for Course %(code)s not found" % course
    231231                logger.info(msg)
    232                 no_import.write(msg)
     232                no_import.write('"%s",' % msg)
    233233                no_import.write(format % course + "\n")
    234234                continue
     
    237237                msg = "Dupplicate Course %(code)s" % course
    238238                logger.info(msg)
    239                 no_import.write(msg)
     239                no_import.write('"%s",' % msg)
    240240                no_import.write(format % course + "\n")
    241241                continue
Note: See TracChangeset for help on using the changeset viewer.