Changeset 1602 for WAeUP_SRP/trunk


Ignore:
Timestamp:
19 Mar 2007, 23:06:56 (18 years ago)
Author:
Henrik Bettermann
Message:

format fix #2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Students.py

    r1601 r1602  
    731731            old_new = self.fixName(student,student_entry)
    732732            count += 1
    733             response_write(response,'"%d","%s","%s",' % (count + total,student_entry.id,old_new))
     733            response_write(response,'"%d","%s",%s' % (count + total,student_entry.id,old_new))
    734734            if count > 2000:
    735735                transaction.commit()
Note: See TracChangeset for help on using the changeset viewer.