Changes between Initial Version and Version 1 of Ticket #3112


Ignore:
Timestamp:
Mar 20, 2015, 4:47:04 PM (9 years ago)
Author:
sanderd17
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3112 – Description

    initial v1  
    6969
    7070# replace the old file, comment to see both files
    71 os.rename(fileName + ".pmp~", fileName + ".pmp");
     71os.remove(fileName + ".pmp") # Windows doesn't allow renames on existing files
     72os.rename(fileName + ".pmp~", fileName + ".pmp")
    7273}}}
    7374