Fix AttrTree subsetting
AttrTree failed to create correct sub-attributes of itself because the sub-attributes were not transmitted to the child. In fact, str.split()'s 2nd argument is the number of split, not the number of parts so '2' will split in 3 parts.
Showing
Please register or sign in to comment