Changeset 1264


Ignore:
Timestamp:
11 Jan 2007, 07:31:31 (18 years ago)
Author:
joachim
Message:

add '\n' in createNewStudent was in createDEStudents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Students.py

    r1262 r1264  
    797797                if len(no_import) > 0:
    798798                    open("%s/import/%s_not_imported.csv" % (i_home,name),"a").write(
    799                              '\n'.join(no_import))
     799                             '\n'.join(no_import) + "\n")
    800800                    no_import = []
    801801                em = '%d transactions commited\n' % tr_count
Note: See TracChangeset for help on using the changeset viewer.