Closed markcmiller86 closed 1 year ago
If you exit python without a db.Close(), the file will be corrupted.
db.Close()
We should have python module just close all open files.
If you exit python without a
db.Close()
, the file will be corrupted.We should have python module just close all open files.