Update Qube.py
This commit is contained in:
parent
70b1fd65e5
commit
b6a27fdadf
@ -373,6 +373,7 @@ class Qube:
|
||||
for c in node.children:
|
||||
if c.key in _keys:
|
||||
grandchildren = tuple(sorted(remove_key(cc) for cc in c.children))
|
||||
grandchildren = remove_key(Qube.root_node(grandchildren)).children
|
||||
children.extend(grandchildren)
|
||||
else:
|
||||
children.append(remove_key(c))
|
||||
|
Loading…
x
Reference in New Issue
Block a user