SeiictyUsui / pydicom

Automatically exported from code.google.com/p/pydicom
0 stars 0 forks source link

The Dicom file is not released/closed within exception #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running PyDicom 0.9.3 (with Python 2.6.4) under Win32

When a pydicom exception occours , the dicom file is not closed.
After that, it's impossible to rename/delete the dicom file because Windows
does a strict check about the file releasing (unix not).

See http://groups.google.com/group/pydicom/t/acb86a9facd4afa for discussion.

Original issue reported on code.google.com by aleam...@gmail.com on 15 Nov 2009 at 1:06

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 0b5842e071.

Original comment by darcymason@gmail.com on 18 Dec 2009 at 5:33