You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close database for non-reporting commands (Fixes#860) (#865)
* Close database for non-reporting commands (Fixes#860)
This avoids warnings like this one:
<sys>:0: ResourceWarning: unclosed database in <sqlite3.Connection object at 0x...>
Thanks to Hanno Böck for reporting.
0 commit comments