daemon: updates to refactor and clean up SessionConfig to contain its own logic
This commit is contained in:
parent
409b6809e6
commit
440c06c040
16 changed files with 128 additions and 119 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue