...
This commit is contained in:
parent
7f77f7e408
commit
93d08011f1
@ -153,7 +153,7 @@ def run_cmd(
|
|||||||
) -> None:
|
) -> None:
|
||||||
print(end=set_window_title(cmd) + output_prefix, flush=True)
|
print(end=set_window_title(cmd) + output_prefix, flush=True)
|
||||||
payload = func.message_to_kitty(global_opts, opts, items)
|
payload = func.message_to_kitty(global_opts, opts, items)
|
||||||
no_response = func.no_response
|
no_response = False
|
||||||
if hasattr(opts, 'no_response'):
|
if hasattr(opts, 'no_response'):
|
||||||
no_response = 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)
|
send = original_send_cmd = create_basic_command(cmd, payload=payload, is_asynchronous=func.is_asynchronous, no_response=no_response)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user