We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2f180 commit e7b7914Copy full SHA for e7b7914
lldb/packages/Python/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py
@@ -443,8 +443,8 @@ def cleanup():
443
444
if not (response and response["success"]):
445
self.assertTrue(
446
- response["success"],
447
- "launch failed (%s)" % (response["body"]["error"]["format"])
+ response["success"],
+ "launch failed (%s)" % (response["body"]["error"]["format"]),
448
)
449
return response
450
0 commit comments