LLNL / Silo

Mesh and Field I/O Library and Scientific Database
https://silo.llnl.gov
Other
30 stars 24 forks source link

Python should close any open files #279

Closed markcmiller86 closed 1 year ago

markcmiller86 commented 2 years ago

If you exit python without a db.Close(), the file will be corrupted.

We should have python module just close all open files.