From eb41b0b49a4d698bb264e5f7e280d8349eba2344 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 27 Oct 2023 13:56:17 +0200 Subject: [PATCH] Minor changes --- clusterman/commands/node.py | 1 - 1 file changed, 1 deletion(-) diff --git a/clusterman/commands/node.py b/clusterman/commands/node.py index 4b238d6..6a32fb1 100644 --- a/clusterman/commands/node.py +++ b/clusterman/commands/node.py @@ -74,7 +74,6 @@ def check(timeout): print("Contacting {}...".format(ip),end='') try: subprocess.run(["ping", "-c", "1", "-W", str(timeout), ip],capture_output=True,check=True) - nodes.append(ip) print() except: fail=True