mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 12:55:55 +00:00
- Ensure db files are closed before manipulating them - Use contextlib.closing() so that sqlite connections are closed on existing the context