mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-19 14:14:20 +01:00
backup: NF wrapper was missing a keyword arg
This commit is contained in:
@@ -41,12 +41,7 @@ class NodeFactoryWrapper(NodeFactory):
|
||||
self.nodes.append(node)
|
||||
if start:
|
||||
try:
|
||||
# Capture stderr if we're failing
|
||||
if expect_fail:
|
||||
stderr = subprocess.PIPE
|
||||
else:
|
||||
stderr = None
|
||||
node.start(wait_for_bitcoind_sync, stderr=stderr)
|
||||
node.start(wait_for_bitcoind_sync)
|
||||
except Exception:
|
||||
if expect_fail:
|
||||
return node
|
||||
|
||||
Reference in New Issue
Block a user