diff -r 45d6f5fba016 -r 6046ffa2280f ConfigTreeNode.py --- a/ConfigTreeNode.py Wed Aug 16 12:03:46 2017 +0300 +++ b/ConfigTreeNode.py Wed Aug 16 12:21:05 2017 +0300 @@ -323,7 +323,7 @@ # if Name have other components if len(toks) >= 2: # Recurse in order to find the latest object - return CTNInstance._GetChildBySomething( something, toks[1:]) + return CTNInstance._GetChildBySomething(something, toks[1:]) # No sub name -> found return CTNInstance # Not found