summaryrefslogtreecommitdiffstats
path: root/library/python/testing
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2026-07-01 20:00:29 +0300
committerrobot-piglet <[email protected]>2026-07-01 20:31:58 +0300
commita4fe0181b137330b9dd03651c173b9d7afc2a5b2 (patch)
tree23b617c9998358dae883584c55513729704845d7 /library/python/testing
parent601e771b2dda6af6aaab422784724468a9289a5d (diff)
Intermediate changes
commit_hash:b6b264c8b42e1fb06e628237570689728e23f98c
Diffstat (limited to 'library/python/testing')
-rw-r--r--library/python/testing/yatest_common/yatest/common/process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/testing/yatest_common/yatest/common/process.py b/library/python/testing/yatest_common/yatest/common/process.py
index ca6025d5a08..5880b1d601d 100644
--- a/library/python/testing/yatest_common/yatest/common/process.py
+++ b/library/python/testing/yatest_common/yatest/common/process.py
@@ -292,7 +292,7 @@ class _Execution(object):
runtime.output_path(), "{}.{}.core".format(os.path.basename(self.command[0]), self._process.pid)
)
# Copy core dump file, because it may be overwritten
- yatest_logger.debug("Coping core dump file from '%s' to the '%s'", core_path, new_core_path)
+ yatest_logger.debug("Copying core dump file from '%s' to the '%s'", core_path, new_core_path)
shutil.copyfile(core_path, new_core_path)
core_path = new_core_path