We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694440c commit 53eb678Copy full SHA for 53eb678
famodel/famodel_base.py
@@ -220,7 +220,7 @@ def separate(self, object):
220
# Register the separation in higher level objects if applicable
221
if isinstance(self.part_of, Edge) and isinstance(object.attached_to, Node):
222
end = self.part_of.findEnd(self)
223
- object.attached_to.dettach(self.part_of, end=end)
+ object.attached_to.detach(self.part_of, end=end)
224
225
elif isinstance(self.attached_to, Node) and isinstance(object.part_of, Edge):
226
end = object.part_of.findEnd(object)
0 commit comments