aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/cores
diff options
context:
space:
mode:
authorAleksandr <ivansduck@gmail.com>2022-02-10 16:47:52 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:52 +0300
commitea6c5b7f172becca389cacaff7d5f45f6adccbe6 (patch)
treed16cef493ac1e092b4a03ab9437ec06ffe3d188f /library/python/cores
parent37de222addabbef336dcaaea5f7c7645a629fc6d (diff)
downloadydb-ea6c5b7f172becca389cacaff7d5f45f6adccbe6.tar.gz
Restoring authorship annotation for Aleksandr <ivansduck@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'library/python/cores')
-rw-r--r--library/python/cores/__init__.py2
-rw-r--r--library/python/cores/ya.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/python/cores/__init__.py b/library/python/cores/__init__.py
index fdb1f82a46..137056a915 100644
--- a/library/python/cores/__init__.py
+++ b/library/python/cores/__init__.py
@@ -28,7 +28,7 @@ def recover_core_dump_file(binary_path, cwd, pid):
self.path = path
self.mask = mask
- cwd = cwd or os.getcwd()
+ cwd = cwd or os.getcwd()
system = platform.system().lower()
if system.startswith("linux"):
import stat
diff --git a/library/python/cores/ya.make b/library/python/cores/ya.make
index 76264e9cce..f99c4c1da6 100644
--- a/library/python/cores/ya.make
+++ b/library/python/cores/ya.make
@@ -1,6 +1,6 @@
OWNER(
prettyboy
- g:yatest
+ g:yatest
)
PY23_LIBRARY()