diff options
author | volchkov <volchkov@yandex-team.ru> | 2022-02-10 16:48:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:57 +0300 |
commit | 90e02832264ed2e4b8f2fe045dbcf44acb5c2158 (patch) | |
tree | a99129aa91c397aacacf8c8805727ce69b189a1c /library/python/testing | |
parent | 132a3640fac343164b858d0a914e020a848a2848 (diff) | |
download | ydb-90e02832264ed2e4b8f2fe045dbcf44acb5c2158.tar.gz |
Restoring authorship annotation for <volchkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/python/testing')
-rw-r--r-- | library/python/testing/yatest_common/yatest/common/process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/testing/yatest_common/yatest/common/process.py b/library/python/testing/yatest_common/yatest/common/process.py index a8bcc21f518..b271d94687b 100644 --- a/library/python/testing/yatest_common/yatest/common/process.py +++ b/library/python/testing/yatest_common/yatest/common/process.py @@ -692,7 +692,7 @@ def _win_kill_process_tree(pid): def _run_readelf(binary_path): - return str(subprocess.check_output([runtime.binary_path('contrib/python/pyelftools/readelf/readelf'), '-s', runtime.binary_path(binary_path)])) + return str(subprocess.check_output([runtime.binary_path('contrib/python/pyelftools/readelf/readelf'), '-s', runtime.binary_path(binary_path)])) def check_glibc_version(binary_path): |