From 5bb7d5114d9362460f25a7066c2d66531fb455fa Mon Sep 17 00:00:00 2001 From: coteeq Date: Thu, 10 Feb 2022 16:51:05 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- library/python/testing/yatest_common/yatest/common/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 e41f232f532..a8bcc21f518 100644 --- a/library/python/testing/yatest_common/yatest/common/process.py +++ b/library/python/testing/yatest_common/yatest/common/process.py @@ -271,7 +271,7 @@ class _Execution(object): self._backtrace = cores.get_gdb_full_backtrace(self.command[0], core_path, runtime.gdb_path()) bt_filename = path.get_unique_file_path(runtime.output_path(), "{}.{}.backtrace".format(os.path.basename(self.command[0]), self._process.pid)) with open(bt_filename, "wb") as afile: - afile.write(six.ensure_binary(self._backtrace)) + afile.write(six.ensure_binary(self._backtrace)) # generate pretty html version of backtrace aka Tri Korochki pbt_filename = bt_filename + ".html" backtrace_to_html(bt_filename, pbt_filename) -- cgit v1.3