From 363a2f6e500d85aea80c6edd60a7918b4eb43fa9 Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Wed, 4 Jun 2025 12:10:18 +0300 Subject: Intermediate changes commit_hash:e25f917c35b426ceef2da831c159597de9d6b6cb --- library/python/testing/yatest_common/yatest/common/process.py | 1 + 1 file changed, 1 insertion(+) (limited to 'library/python/testing') 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) -- cgit v1.3