Mekkablue's Straight Stem Cruncher

Macro is telling me things I I don’t understand

Can someone help me?

Cheers

Straight Stem Cruncher Error: 'CoreFoundation.CGPoint' object has no attribute 'pointValue'
Traceback (most recent call last):
  File "Straight Stem Cruncher.py", line 372, in StraightStemCruncherMain
    measurements, centers = self.measureStraighStemsInLayer(checkLayer, glyphName=thisGlyph.name)
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "Straight Stem Cruncher.py", line 280, in measureStraighStemsInLayer
    results = self.stemThicknessAtLine(measureLayer, p1, p2, measureLength)
  File "Straight Stem Cruncher.py", line 217, in stemThicknessAtLine
    if measurePoint1 != intersections[0].pointValue():
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'CoreFoundation.CGPoint' object has no attribute 'pointValue'


Looking into it.