Ignore:
Timestamp:
3 Feb 2010, 08:15:11 (15 years ago)
Author:
uli
Message:

Don't fiddle around with filenames.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/utils/batching.py

    r4920 r4979  
    305305        timedelta = time_end - time_start
    306306       
    307         if path.endswith('.pending.csv'):
    308             os.unlink(path)
    309             os.rename(failed_path, path)
    310             failed_path = path
    311307        self.createLogfile(path, failed_path, num, num_warns, mode, user,
    312308                           timedelta, logger=logger)
Note: See TracChangeset for help on using the changeset viewer.