Path Problem Finder Error: ‘int’ object is not callable’ Second Topic

Unfortunately, the error persists. But now, it is in line 173

Path Problem Finder Error: 'int' object is not callable
Traceback (most recent call last):
  File "Path Problem Finder.py", line 709, in PathProblemFinderMain
    if shallowCurveBBox and hasShallowCurveBBox(thisLayer, threshold=float(shallowCurveBBoxThreshold)):
  File "Path Problem Finder.py", line 173, in hasShallowCurveBBox
    horizontallyWithin = minX-1 < min(pointB.x, pointC.x) and maxX+1 > max(pointB.x, pointC.x)
TypeError: 'int' object is not callable

I have checked against github. And it is correct. The line is there…

I’ll have another look.