One more super() fix
This commit is contained in:
parent
6a0842805f
commit
6b1d1d94d1
|
@ -474,7 +474,7 @@ class CrossingFingerHoleEdge(BaseEdge):
|
|||
|
||||
def __call__(self, length, **kw):
|
||||
self.fingerHoles(length/2.0, 0, self.height)
|
||||
Edge.__call__(self, length)
|
||||
super(CrossingFingerHoleEdge, self).__call__(length)
|
||||
|
||||
#############################################################################
|
||||
#### Stackable Joints
|
||||
|
|
Loading…
Reference in New Issue