blob: 1d0b80c6d4018a1d58e0a908a2e93f23ace13f43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- contrib/python/pytest/py3/_pytest/compat.py (index)
+++ contrib/python/pytest/py3/_pytest/compat.py (working tree)
@@ -256,7 +256,7 @@ if _PY3:
ret = _bytes_to_ascii(val)
else:
ret = val
- return _translate_non_printable(ret)
+ return ret
@attr.s
|