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 cf401f72e1b5aa6be0719ab45c95c10ea06bec9a...abfec9a970dd5fb4d5612638e14208555afe582e lldb/test/API/commands/target/debuginfo/TestDebugInfoSize.py `````````` </details> <details> <summary> View the diff from darker here. </summary> ``````````diff --- TestDebugInfoSize.py 2024-01-31 23:53:46.000000 +0000 +++ TestDebugInfoSize.py 2024-01-31 23:56:58.224856 +0000 @@ -14,11 +14,10 @@ MAIN_DWO_DEBUGINFO_SIZE = 385 FOO_DWO_DEBUGINFO_SIZE = 380 class TestDebugInfoSize(lldbtest.TestBase): - def get_output_from_yaml(self): exe = self.getBuildArtifact("a.out") main_dwo = self.getBuildArtifact("a.out-main.dwo") foo_dwo = self.getBuildArtifact("a.out-foo.dwo") `````````` </details> https://github.com/llvm/llvm-project/pull/80218 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits