summaryrefslogtreecommitdiff
path: root/clusterman/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'clusterman/utils.py')
-rw-r--r--clusterman/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clusterman/utils.py b/clusterman/utils.py
index 5fa66b2..2ab37f0 100644
--- a/clusterman/utils.py
+++ b/clusterman/utils.py
@@ -26,7 +26,7 @@ def get_node_list():
if os.path.exists(nodes_path):
with open(nodes_path) as f:
nodes=json.load(f)
- return nodes
+ return nodes.keys()
return list()
def get_node_in_group(group):