Skip to content

Commit 4c2a6ff

Browse files
authored
Update scaling.py
1 parent d4fb21b commit 4c2a6ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bibigrid/scaling.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import requests
1111
import yaml
1212

13-
VERSION = "0.6.1"
13+
VERSION = "0.6.2"
1414
HOME = str(Path.home())
1515
PLAYBOOK_DIR = HOME + '/playbook'
1616
PLAYBOOK_VARS_DIR = HOME + '/playbook/vars'
@@ -39,7 +39,7 @@ def update_all_yml_files(password):
3939
worker
4040
for worker in data["active_worker"]
4141
if worker is not None
42-
and worker.get("status", "").lower() == "ACTIVE"
42+
and worker.get("status", "").lower() == "active"
4343
and worker.get("ip") is not None
4444
]
4545

0 commit comments

Comments
 (0)