This commit is contained in:
Kovid Goyal 2022-03-25 16:18:00 +05:30
parent 6123de52c2
commit 15e3e8d8b1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -745,7 +745,7 @@ def linenum_handle_result(args: List[str], data: Dict[str, Any], target_window_i
}[action])(*cmd)
@result_handler(type_of_input='screen-ansi', has_ready_notification=Handler.overlay_ready_report_needed)
@result_handler(type_of_input='screen-ansi', has_ready_notification=Hints.overlay_ready_report_needed)
def handle_result(args: List[str], data: Dict[str, Any], target_window_id: int, boss: BossType) -> None:
if data['customize_processing']:
m = load_custom_processor(data['customize_processing'])