From 21a83cd9736a742645179d899488bd9db62e80c9 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 26 Oct 2023 12:37:40 +0200 Subject: [PATCH] Minor changes --- clusterman/commands/node.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clusterman/commands/node.py b/clusterman/commands/node.py index 04ede32..b7dca60 100644 --- a/clusterman/commands/node.py +++ b/clusterman/commands/node.py @@ -36,6 +36,9 @@ def check(timeout=0.1): if os.path.exists(nodes_path): with open(nodes_path) as f: nodes=json.load(f) + else: + print("Please perform a scan before") + exit(0) if not nodes == None: fail=False for ip in nodes: