Skip to content
Snippets Groups Projects
Commit a5ba811d authored by BRONES Romain's avatar BRONES Romain
Browse files

fix(confDS) Fix toggling central/cellnode

* Tangopath is now in Caps.
parent 2dcafe04
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ sh.setFormatter(logging.Formatter("{levelname:8}: {message}", style='{'))
###################################################################################################
def set_attr_config(cnp):
if "central" in cnp.name():
if "central" in cnp.name().lower():
set_attr_config_centralnode(cnp)
else:
set_attr_config_cellnode(cnp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment