Skip to content

remove_vertex does not update properties #11

@christian34

Description

@christian34

After removing a vertex with remove_vertex, properties are not updated.
further using _remove_vertex properties does the job.
Probably due to wrong call in tree.py (remove vertex does not return vid), line 535,536:

vid = super(PropertyTree, self).remove_vertex(vid, reparent_child=reparent_child) self._remove_vertex_properties(vid)

guessing that :

super(PropertyTree, self).remove_vertex(vid, reparent_child=reparent_child) self._remove_vertex_properties(vid)

should be okay

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions