From 8e5cbafe6355b7e47798cce4b46cf28eea7d9d62 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 14 Jul 2019 10:08:44 +0530 Subject: [PATCH] Fix kitty @focus-tab not reporting errors Fixes #1799 --- kitty/cmds.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kitty/cmds.py b/kitty/cmds.py index 4037d83a6..095c47a0c 100644 --- a/kitty/cmds.py +++ b/kitty/cmds.py @@ -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. ''', argspec='', - no_response=True, ) def cmd_focus_tab(global_opts, opts, args): '''