From 7c7d2033426ecd2b52c3810377615374a7b28bfe Mon Sep 17 00:00:00 2001 From: d-millar <33498836+d-millar@users.noreply.github.com> Date: Thu, 27 Mar 2025 19:10:25 +0000 Subject: [PATCH] GP-5542: bad annotation --- .../Debug/Debugger-agent-gdb/src/main/py/src/ghidragdb/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Debug/Debugger-agent-gdb/src/main/py/src/ghidragdb/hooks.py b/Ghidra/Debug/Debugger-agent-gdb/src/main/py/src/ghidragdb/hooks.py index f0596bd2e8..1f97bd0cb9 100644 --- a/Ghidra/Debug/Debugger-agent-gdb/src/main/py/src/ghidragdb/hooks.py +++ b/Ghidra/Debug/Debugger-agent-gdb/src/main/py/src/ghidragdb/hooks.py @@ -455,7 +455,7 @@ def on_breakpoint_deleted(b: gdb.Breakpoint) -> None: @log_errors -def on_before_prompt(n: None) -> object: +def on_before_prompt() -> object: HOOK_STATE.end_batch() return None