blob: 72fe70220b6a146dafd3bd4fba3eb7646e81ac6e (
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)
@@ -249,7 +249,7 @@ if _PY3:
ret = _bytes_to_ascii(val)
else:
ret = val
- return _translate_non_printable(ret)
+ return ret
@attr.s
|