From 6a4a0ea7b10e768714b024f72f84e88a4448b503 Mon Sep 17 00:00:00 2001 From: shadchin Date: Sun, 30 Jul 2023 12:18:11 +0300 Subject: Prepare to update black to 23.7.0 --- library/python/testing/yatest_common/yatest/common/process.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'library/python/testing') diff --git a/library/python/testing/yatest_common/yatest/common/process.py b/library/python/testing/yatest_common/yatest/common/process.py index 2540a01e179..5278261d99c 100644 --- a/library/python/testing/yatest_common/yatest/common/process.py +++ b/library/python/testing/yatest_common/yatest/common/process.py @@ -106,7 +106,6 @@ class _Execution(object): user_stderr=False, core_pattern=None, ): - self._command = command self._process = process self._out_file = out_file @@ -355,7 +354,6 @@ class _Execution(object): if hasattr(rusage, field): self._metrics[field.replace("ru_", "")] = getattr(rusage, field) except OSError as exc: - if exc.errno == errno.ECHILD: yatest_logger.debug( "Process resource usage is not available as process finished before wait4 was called" -- cgit v1.3