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