Changeset 2080


Ignore:
Timestamp:
30 Jul 2007, 14:34:16 (17 years ago)
Author:
Henrik Bettermann
Message:

dump lga and state separately

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Students.py

    r2072 r2080  
    10571057            not_all = False
    10581058            d = self.getFormattedStudentEntry(student)
     1059            d['state'],d['lga'] = formatLGA(d['lga'])
    10591060            lines.append(format % d)
    10601061            total += 1
     
    11871188                regs = []
    11881189                total += tr_count
    1189                 em = '%d transactions totally comitted, %s courses not found ' % (total,course_count)   
    1190                 logger.info(em)                             
     1190                em = '%d transactions totally comitted, %s courses not found ' % (total,course_count)
     1191                logger.info(em)
    11911192                tr_count = 0
    11921193        open("%s/import/%simported%s.csv" % (i_home,name,current),"a").write(
Note: See TracChangeset for help on using the changeset viewer.