You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GTreeNodeBase.__init__ method accepts childs argument, but it's inheritor GTreeNode overloads __init__ without this argument. GTreeNode.__init__ method must be changed to allow this.
The text was updated successfully, but these errors were encountered:
GTreeNodeBase.__init__
method acceptschilds
argument, but it's inheritorGTreeNode
overloads__init__
without this argument.GTreeNode.__init__
method must be changed to allow this.The text was updated successfully, but these errors were encountered: