fix uncaught error in chris45 test
This commit is contained in:
parent
5ec8f355d4
commit
314f8b0d42
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ class LevelDB:
|
|||
self.history.close_db()
|
||||
self.executor.shutdown(wait=True)
|
||||
self.executor = None
|
||||
self.db = None
|
||||
|
||||
async def open_for_compacting(self):
|
||||
await self._open_dbs(True, True)
|
||||
|
|
Loading…
Add table
Reference in a new issue