Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make check_match() errors more readable for ListOf objects
When the ListOf object's check_match() fails due to an incompatible object having been passed, the salient information for the error message is the type of the passed object and the type of the object against which the check_match() method was called, therefore print those types in the error messsage and not the string representation of the objects. Fixes #194 Signed-off-by: Joshua Lock <[email protected]>
- Loading branch information