[Lldb-commits] [lldb] [lldb] Fixed the test TestQuoting (PR #91886)
via lldb-commits
lldb-commits at lists.llvm.org
Sun May 12 07:13:28 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 1d6bf0ca29322b08e8b50681d440e7182441b025...f6135c1b825afd9fe733b845dfd12ffe3c162840 lldb/test/API/commands/settings/quoting/TestQuoting.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestQuoting.py 2024-05-12 14:08:50.000000 +0000
+++ TestQuoting.py 2024-05-12 14:13:04.914847 +0000
@@ -49,13 +49,11 @@
filename = SettingsCommandTestCase.output_file_name
outfile = self.getBuildArtifact(filename)
if lldb.remote_platform:
- outfile_arg = lldbutil.append_to_process_working_directory(
- self, filename
- )
+ outfile_arg = lldbutil.append_to_process_working_directory(self, filename)
else:
outfile_arg = outfile
self.runCmd("process launch -- %s %s" % (outfile_arg, args_in))
``````````
</details>
https://github.com/llvm/llvm-project/pull/91886
More information about the lldb-commits
mailing list