From 49bf51da38f561289405c3e03605c98a4396cc6f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 15 Oct 2024 10:57:33 -0400 Subject: [PATCH] Fix indentation of previous fix --- node-daemon/pvcnoded/util/zookeeper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node-daemon/pvcnoded/util/zookeeper.py b/node-daemon/pvcnoded/util/zookeeper.py index 10431b60..12ce557f 100644 --- a/node-daemon/pvcnoded/util/zookeeper.py +++ b/node-daemon/pvcnoded/util/zookeeper.py @@ -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)