This commit is contained in:
Ondrej Samohel 2022-01-20 17:18:06 +01:00
parent 47244a3917
commit c88f95fa6f
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
3 changed files with 6 additions and 3 deletions

View file

@ -2877,4 +2877,3 @@ def root_parent(nodes):
for node in node_parents:
if node[1]:
node[0].setParent(node[1])