Skip to content
Snippets Groups Projects
Commit 5c8280470677 authored by Sylvain's avatar Sylvain
Browse files

fix union.root

parent 57e4a66b48ae
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@
"""return the root node of the tree"""
if self.parent is None:
return self
return self.parent
return self.parent.root
# access to select statements property, which in certain condition
# should have homogeneous values (don't use this in other cases)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment