From 78011243a5c8fd408e0721747d6704dcd2e8ebbf Mon Sep 17 00:00:00 2001 From: d-millar <33498836+d-millar@users.noreply.github.com> Date: Tue, 17 Mar 2026 14:45:57 -0400 Subject: [PATCH] GP-0: post-review GP-0: minor oops --- .../Debugger-agent-dbgeng/data/support/local-dbgeng-attach.py | 1 - Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng.py | 1 - 2 files changed, 2 deletions(-) diff --git a/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng-attach.py b/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng-attach.py index 3132436c84..4be21167c8 100644 --- a/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng-attach.py +++ b/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng-attach.py @@ -56,7 +56,6 @@ def main(): try: import ghidradbg except Exception as e: - print(e) exit(253) from ghidradbg import commands as cmd from pybag.dbgeng import core as DbgEng diff --git a/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng.py b/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng.py index 320ca19c50..e8e4671b56 100644 --- a/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng.py +++ b/Ghidra/Debug/Debugger-agent-dbgeng/data/support/local-dbgeng.py @@ -59,7 +59,6 @@ def main(): try: import ghidradbg except: - print(e) exit(253) from ghidradbg import commands as cmd from pybag.dbgeng import core as DbgEng