mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-10 14:38:02 -05:00
GP-5542: bad annotation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user