diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-27 13:56:17 +0200 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-27 13:56:17 +0200 |
| commit | eb41b0b49a4d698bb264e5f7e280d8349eba2344 (patch) | |
| tree | 0f0f871d4ed1893c8d7c6c0d801925172626f0c2 /clusterman | |
| parent | cd4e28906b15721370a9cf66b79b3e7cc5c4cc84 (diff) | |
Minor changes
Diffstat (limited to 'clusterman')
| -rw-r--r-- | clusterman/commands/node.py | 1 |
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 |
