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 09c258ef6a2fcca2161488b214d53ef39891fa22...7071fe89e227f5231ac0d2d96bcc276fe89c1749 lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py `````````` </details> <details> <summary> View the diff from darker here. </summary> ``````````diff --- dap_server.py 2024-10-28 15:18:09.000000 +0000 +++ dap_server.py 2024-10-28 15:21:22.391867 +0000 @@ -831,11 +831,11 @@ args_dict["enableAutoVariableSummaries"] = enableAutoVariableSummaries args_dict["enableSyntheticChildDebugging"] = enableSyntheticChildDebugging args_dict["displayExtendedBacktrace"] = displayExtendedBacktrace args_dict["commandEscapePrefix"] = commandEscapePrefix - #args_dict["disableASLR"] = False + # args_dict["disableASLR"] = False command_dict = {"command": "launch", "type": "request", "arguments": args_dict} response = self.send_recv(command_dict) if response["success"]: # Wait for a 'process' and 'initialized' event in any order `````````` </details> https://github.com/llvm/llvm-project/pull/113891 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits