I keep getting this error from this line of code:
result = simplify_path(obj.path_(mlength -2), obj.path_(mlength-1), obj.path(mlength));
result is just a temp variable and the everything has already been defined and works at other places in the code.
simplify_path is a function I defined elsewhere in another file. It is NOT method of my class. I made sure that everything is spelled correctly.
What is going on?