Fix indentation of previous fix
This commit is contained in:
parent
1293e8ae7e
commit
49bf51da38
|
@ -189,5 +189,5 @@ def setup_node(logger, config, zkhandler):
|
|||
]
|
||||
)
|
||||
|
||||
logger.out("Waiting 3 seconds for Zookeeper to synchronize", state="s")
|
||||
time.sleep(3)
|
||||
logger.out("Waiting 3 seconds for Zookeeper to synchronize", state="s")
|
||||
time.sleep(3)
|
||||
|
|
Loading…
Reference in New Issue