Boost logo

Boost-Commit :

From: troy_at_[hidden]
Date: 2008-06-14 21:29:10


Author: troy
Date: 2008-06-14 21:29:09 EDT (Sat, 14 Jun 2008)
New Revision: 46401
URL: http://svn.boost.org/trac/boost/changeset/46401

Log:
Can't delete the file on windows unless you close it first...
Text files modified:
   branches/CMake/release/tools/build/CMake/post.py.in | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: branches/CMake/release/tools/build/CMake/post.py.in
==============================================================================
--- branches/CMake/release/tools/build/CMake/post.py.in (original)
+++ branches/CMake/release/tools/build/CMake/post.py.in 2008-06-14 21:29:09 EDT (Sat, 14 Jun 2008)
@@ -43,5 +43,6 @@
     except EOFError, e:
         break
 
+f.close()
 os.remove(p)
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk