Skip to content

Commit 45b45e0

Browse files
author
rchamala
committed
Fix nit formatting
1 parent ba03d9d commit 45b45e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/test/API/functionalities/scripted_process/stack_core_scripted_process.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ def get_stop_reason(self) -> Dict[str, Any]:
223223
if self.is_stopped:
224224
if "arm64" in self.scripted_process.arch:
225225
stop_reason["type"] = lldb.eStopReasonException
226-
stop_reason["data"]["desc"] = (
227-
self.corefile_thread.GetStopDescription(100)
228-
)
226+
stop_reason["data"][
227+
"desc"
228+
] = self.corefile_thread.GetStopDescription(100)
229229
elif self.scripted_process.arch == "x86_64":
230230
stop_reason["type"] = lldb.eStopReasonSignal
231231
stop_reason["data"]["signal"] = signal.SIGTRAP

0 commit comments

Comments
 (0)