Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use repr instead of str for monitoring fail history (#1966)
repr is a better format for this field. For example, it usually contains more context such as the exception class name: >>> str(v) '3' >>> repr(v) 'KeyError(3)'
- Loading branch information