Closed alinbalutoiu closed 7 years ago
In case in which some of the tests fail, rval is assigned to False.
There are some lines where rval is assigned to 'false' which will raise the exception "NameError: name 'false' is not defined".
The fix consists in replacing 'false' with 'False'.
In case in which some of the tests fail, rval is assigned to False.
There are some lines where rval is assigned to 'false' which will raise the exception "NameError: name 'false' is not defined".
The fix consists in replacing 'false' with 'False'.