Skip cleanup so DB is available for debug.
This commit is contained in:
parent
c53e76011f
commit
6deeb67585
1 changed files with 2 additions and 1 deletions
|
@ -289,7 +289,8 @@ class SPVNode:
|
||||||
cleanup and self.cleanup()
|
cleanup and self.cleanup()
|
||||||
|
|
||||||
def cleanup(self):
|
def cleanup(self):
|
||||||
shutil.rmtree(self.data_path, ignore_errors=True)
|
log.error("skipping cleanup of data_path: %s", self.data_path)
|
||||||
|
#shutil.rmtree(self.data_path, ignore_errors=True)
|
||||||
|
|
||||||
|
|
||||||
class LBCDProcess(asyncio.SubprocessProtocol):
|
class LBCDProcess(asyncio.SubprocessProtocol):
|
||||||
|
|
Loading…
Reference in a new issue