aboutsummaryrefslogtreecommitdiffstats
path: root/library/python
diff options
context:
space:
mode:
authorr-vetrov <r-vetrov@yandex-team.ru>2022-02-10 16:48:37 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:37 +0300
commit57ec4be909691453c290c719a2055a1563ca9940 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/python
parente9e4986eda97ffe44139887e03f9ae77852ff8d9 (diff)
downloadydb-57ec4be909691453c290c719a2055a1563ca9940.tar.gz
Restoring authorship annotation for <r-vetrov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/python')
-rw-r--r--library/python/testing/yatest_common/yatest/common/process.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/python/testing/yatest_common/yatest/common/process.py b/library/python/testing/yatest_common/yatest/common/process.py
index 5b51063173..a8bcc21f51 100644
--- a/library/python/testing/yatest_common/yatest/common/process.py
+++ b/library/python/testing/yatest_common/yatest/common/process.py
@@ -443,7 +443,7 @@ def execute(
:param preexec_fn: subrpocess.Popen preexec_fn arg
:param on_timeout: on_timeout(<execution object>, <timeout value>) callback
- :return _Execution: Execution object
+ :return _Execution: Execution object
"""
if env is None:
env = os.environ.copy()
@@ -584,7 +584,7 @@ def py_execute(
:param creationflags: command creation flags
:param wait: should wait until the command finishes
:param process_progress_listener=object that is polled while execution is in progress
- :return _Execution: Execution object
+ :return _Execution: Execution object
"""
if isinstance(command, six.string_types):
command = [command]