Ignore:
Timestamp:
21 Nov 2007, 14:12:30 (17 years ago)
Author:
joachim
Message:

fix for #411

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/admitStudents.py

    r2671 r2727  
    5252        context.waeup_tool.doCommit()
    5353        logger.info("Committing %s transactions, total %s" % (commit_after,count))
    54         #cocount += 1
    55         #if cocount > 1:
    56         #    break
     54        # cocount += 1
     55        # if cocount > 1:
     56        #     break
    5757    brain = aq_applicants(Eq('reg_no',reg_no))[0]
    5858    #logger.info("start creating  objects of student %s" % (brain.reg_no))
     
    6464        admitted += 1
    6565    else:
    66         logger.info("could not create objects of student %s with pin " % (reg_no,brain.pin))
     66        logger.info("could not create objects of student %s with pin %s" % (reg_no,brain.pin))
    6767
    6868msg = "finished admitting %d students" % (admitted)
Note: See TracChangeset for help on using the changeset viewer.