mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
46640722b4
When the hdf5 serializer constructor fails on an existing file, the HDF5 C library retains the file handle on Windows. Force gc.collect() before os.remove() to release it, and catch PermissionError to skip the cache gracefully if the file is still locked. Generated with the assistance of an AI coding tool.