diff options
author | r-vetrov <r-vetrov@yandex-team.ru> | 2022-02-10 16:48:37 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:37 +0300 |
commit | e9e4986eda97ffe44139887e03f9ae77852ff8d9 (patch) | |
tree | ecb5e7ed1eb390f29ed43815d7037bd5900896c8 /library | |
parent | a4a5dfbf444b461ae1cdad41dc582f33b8190f4e (diff) | |
download | ydb-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.py | 4 |
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] |