Error: make sure the validation method returns the correct output

Weird…

When comparing to None you should use is None and is not None instead of == None and != None. But anyway that’s not your problem.


As your initial issue is solved here, I will split this thread into a new one.

1 Like