Ignore:
Timestamp:
29 Jan 2008, 15:01:12 (17 years ago)
Author:
joachim
Message:

fix for #74 fceokene

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPTool.py

    r3057 r3062  
    21562156            open("%s/import/%s_not_imported%s.csv" % (i_home,filename,current),"a").write(
    21572157                                                '\n'.join(not_imported))
    2158         if mode == 'delete':
    2159             mode = 'delet'
     2158        if mode.endswith('e'):
     2159            mode = mode[:-1]
    21602160        em = "Finished %(mode)sing from %(filename)s.csv: %(total_imported)d %(mode)sed, %(total_not_imported)d not %(mode)sed (of total %(total)d)" % vars()
    21612161        logger.info(em)
Note: See TracChangeset for help on using the changeset viewer.