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 HEAD~1...HEAD lldb/test/API/python_api/sbsavecoreoptions/TestSBSaveCoreOptions.py `````````` </details> <details> <summary> View the diff from darker here. </summary> ``````````diff --- TestSBSaveCoreOptions.py 2025-05-01 17:17:00.000000 +0000 +++ TestSBSaveCoreOptions.py 2025-05-01 17:19:15.050617 +0000 @@ -105,11 +105,11 @@ self.assertEqual(thread_collection.GetSize(), 3) self.assertIn(middle_thread, thread_collection) def test_get_total_in_bytes(self): """ - Tests that get total in bytes properly returns an error without a process, + Tests that get total in bytes properly returns an error without a process, and the readable regions with a process. """ options = lldb.SBSaveCoreOptions() options.SetStyle(lldb.eSaveCoreCustomOnly) `````````` </details> https://github.com/llvm/llvm-project/pull/138169 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits