ConfigTreeNode.py
changeset 1747 6046ffa2280f
parent 1746 45d6f5fba016
child 1758 845ca626db09
--- 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