Changeset 2080
- Timestamp:
- 30 Jul 2007, 14:34:16 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Students.py
r2072 r2080 1057 1057 not_all = False 1058 1058 d = self.getFormattedStudentEntry(student) 1059 d['state'],d['lga'] = formatLGA(d['lga']) 1059 1060 lines.append(format % d) 1060 1061 total += 1 … … 1187 1188 regs = [] 1188 1189 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) 1191 1192 tr_count = 0 1192 1193 open("%s/import/%simported%s.csv" % (i_home,name,current),"a").write(
Note: See TracChangeset for help on using the changeset viewer.