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 | 8a7e5c149f1efbd31f0dbbf8f62f368debccb8a9 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 90e02832264ed2e4b8f2fe045dbcf44acb5c2158 (diff) | |
download | ydb-8a7e5c149f1efbd31f0dbbf8f62f368debccb8a9.tar.gz |
Restoring authorship annotation for <volchkov@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | contrib/python/ya.make | 2 | ||||
-rw-r--r-- | library/python/testing/yatest_common/yatest/common/process.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/ya.make b/contrib/python/ya.make index 9a1294138b2..d01ced9f3aa 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -1101,7 +1101,7 @@ RECURSE( typing-extensions typing-inspect tzlocal - ua-parser + ua-parser udatetime uhashring ujson diff --git a/library/python/testing/yatest_common/yatest/common/process.py b/library/python/testing/yatest_common/yatest/common/process.py index b271d94687b..a8bcc21f518 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): |