Skip to content

Commit 5434918

Browse files
committed
python formatting
1 parent 6c65e56 commit 5434918

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,7 @@ def get_stop_reason(self) -> Dict[str, Any]:
204204
if self.is_stopped:
205205
if "arm64" in self.scripted_process.arch:
206206
stop_reason["type"] = lldb.eStopReasonException
207-
stop_reason["data"][
208-
"desc"
209-
] = self.corefile_thread.stop_description
207+
stop_reason["data"]["desc"] = self.corefile_thread.stop_description
210208
elif self.scripted_process.arch == "x86_64":
211209
stop_reason["type"] = lldb.eStopReasonSignal
212210
stop_reason["data"]["signal"] = signal.SIGTRAP

0 commit comments

Comments
 (0)