aboutsummaryrefslogtreecommitdiffstats
path: root/library
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
commite9e4986eda97ffe44139887e03f9ae77852ff8d9 (patch)
treeecb5e7ed1eb390f29ed43815d7037bd5900896c8 /library
parenta4a5dfbf444b461ae1cdad41dc582f33b8190f4e (diff)
downloadydb-e9e4986eda97ffe44139887e03f9ae77852ff8d9.tar.gz
Restoring authorship annotation for <r-vetrov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library')
-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 a8bcc21f51..5b51063173 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]