summaryrefslogtreecommitdiffstats
path: root/library/python/testing
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/testing')
-rw-r--r--library/python/testing/yatest_common/yatest/common/process.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/python/testing/yatest_common/yatest/common/process.py b/library/python/testing/yatest_common/yatest/common/process.py
index 748c5ad2ea2..14a1db8246a 100644
--- a/library/python/testing/yatest_common/yatest/common/process.py
+++ b/library/python/testing/yatest_common/yatest/common/process.py
@@ -733,6 +733,7 @@ def py_execute(
def _format_error(error):
+ error, _ = _try_convert_bytes_to_string(error)
return truncate(error, MAX_MESSAGE_LEN)