Changeset 2872
- Timestamp:
- 6 Dec 2007, 21:30:18 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/WAeUPTool.py
r2846 r2872 1960 1960 open("%s/import/%s_not_imported%s.csv" % (i_home,filename,current),"a").write( 1961 1961 '\n'.join(not_imported)) 1962 em = "Finished : %d imported, %d not imported (of total %d)" % (total_imported,total_not_imported,total)1962 em = "Finished import from %s.csv: %d imported, %d not imported (of total %d)" % (filename,total_imported,total_not_imported,total) 1963 1963 logger.info(em) 1964 1964 return em
Note: See TracChangeset for help on using the changeset viewer.