diff -r a39c2918c015 -r d2e979738700 canfestival/canfestival.py --- a/canfestival/canfestival.py Mon Aug 14 23:34:22 2017 +0300 +++ b/canfestival/canfestival.py Mon Aug 14 23:38:28 2017 +0300 @@ -77,10 +77,10 @@ (index, subindex)))), "description": "", "children": []}) - return {"name": name, - "type": LOCATION_CONFNODE, - "location": ".".join([str(i) for i in current_location]) + ".x", - "children": entries + return {"name": name, + "type": LOCATION_CONFNODE, + "location": ".".join([str(i) for i in current_location]) + ".x", + "children": entries } #--------------------------------------------------