Closed GoogleCodeExporter closed 8 years ago
I'm not seeing the behaviour you describe. Can you get log out put
demonstrating the
problem?
Original comment by cdekter
on 12 Apr 2010 at 2:41
Sorry, I got fooled by the file timestamps being the same when the size didn't
change
much.
You are using shutil.copy in 4 places in configmanager.py. If you use
shutil.copy2,
it will preserve the timestamps, which I think is more helpful because it
reflects
the actual age of the data.
Original comment by dv8box-...@yahoo.com
on 12 Apr 2010 at 1:38
Implement change to shutil.copy2
Original comment by cdekter
on 13 Apr 2010 at 2:01
Original issue reported on code.google.com by
dv8box-...@yahoo.com
on 12 Apr 2010 at 1:48