summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clusterman/commands/node.py1
1 files changed, 0 insertions, 1 deletions
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