fix uncaught error in chris45 test

This commit is contained in:
Jack Robison 2020-12-01 10:16:03 -05:00
parent 5ec8f355d4
commit 314f8b0d42
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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)