daemon: updates to refactor and clean up SessionConfig to contain its own logic

This commit is contained in:
Blake Harnden 2022-04-04 15:13:31 -07:00
parent 409b6809e6
commit 440c06c040
16 changed files with 128 additions and 119 deletions

View file

@ -434,7 +434,7 @@ class CoreNodeBase(NodeBase):
:return: nothing
"""
preserve = self.session.options.get_config("preservedir") == "1"
preserve = self.session.options.get_int("preservedir") == 1
if preserve:
return
if self.tmpnodedir: