aboutsummaryrefslogtreecommitdiffstats
path: root/library/python
diff options
context:
space:
mode:
authorvolchkov <volchkov@yandex-team.ru>2022-02-10 16:48:57 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:57 +0300
commit8a7e5c149f1efbd31f0dbbf8f62f368debccb8a9 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/python
parent90e02832264ed2e4b8f2fe045dbcf44acb5c2158 (diff)
downloadydb-8a7e5c149f1efbd31f0dbbf8f62f368debccb8a9.tar.gz
Restoring authorship annotation for <volchkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/python')
-rw-r--r--library/python/testing/yatest_common/yatest/common/process.py2
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 b271d94687..a8bcc21f51 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):