Closed Gargantuan5k closed 3 years ago
Error message:
File "basic.py", line 1410, in register self.error = res.error AttributeError: 'Number' object has no attribute 'error'
Fixed: I had not called RTResult.success() in the return Number.null statement in the execute_extend() function of the BuiltInFunction class.
Error message:
File "basic.py", line 1410, in register self.error = res.error AttributeError: 'Number' object has no attribute 'error'