Ignore:
Timestamp:
1 Nov 2007, 08:50:40 (17 years ago)
Author:
Henrik Bettermann
Message:

new student workflow state deactivated
student workflow cleaned

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPTool.py

    r2495 r2496  
    15221522            open("%s/import/%s_not_imported%s.csv" % (i_home,filename,current),"a").write(
    15231523                                                '\n'.join(not_imported))
    1524         em = " Finished: %d imported, %d not imported (of total %d)" % (total_imported,total_not_imported,total)
     1524        em = "Finished: %d imported, %d not imported (of total %d)" % (total_imported,total_not_imported,total)
    15251525        logger.info(em)
    15261526        return em
Note: See TracChangeset for help on using the changeset viewer.