Fix kitty @focus-tab not reporting errors

Fixes #1799
This commit is contained in:
Kovid Goyal 2019-07-14 10:08:44 +05:30
parent eb006a6688
commit 8e5cbafe63
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -780,7 +780,6 @@ Don't wait for a response indicating the success of the action. Note that
using this option means that you will not be notified of failures. using this option means that you will not be notified of failures.
''', ''',
argspec='', argspec='',
no_response=True,
) )
def cmd_focus_tab(global_opts, opts, args): def cmd_focus_tab(global_opts, opts, args):
''' '''