This commit is contained in:
Kovid Goyal 2022-08-31 22:21:26 +05:30
parent 7f77f7e408
commit 93d08011f1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -153,7 +153,7 @@ def run_cmd(
) -> None:
print(end=set_window_title(cmd) + output_prefix, flush=True)
payload = func.message_to_kitty(global_opts, opts, items)
no_response = func.no_response
no_response = False
if hasattr(opts, 'no_response'):
no_response = opts.no_response
send = original_send_cmd = create_basic_command(cmd, payload=payload, is_asynchronous=func.is_asynchronous, no_response=no_response)