[Lldb-commits] [lldb] [lldb-dap] Fix test_exit_status_message_sigterm test. (PR #90223)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 26 08:34:07 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r 904b1a850536d273b0e11bd17a7ea642ba3b5bc4...0860d377eaa0fefafcbc22072e6801fe57c53789 lldb/test/API/tools/lldb-dap/console/TestDAP_console.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestDAP_console.py 2024-04-26 15:17:26.000000 +0000
+++ TestDAP_console.py 2024-04-26 15:33:44.260736 +0000
@@ -134,11 +134,11 @@
import psutil
except ImportError:
print(
"psutil not installed, please install using 'pip install psutil'. "
"Skipping test_exit_status_message_sigterm test.",
- file=sys.stderr
+ file=sys.stderr,
)
return
process = get_subprocess(psutil.Process(os.getpid()), process_name)
process.terminate()
process.wait()
``````````
</details>
https://github.com/llvm/llvm-project/pull/90223
More information about the lldb-commits
mailing list