summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-06-20 12:45:36 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-06-20 12:45:36 +0200
commitcf3c7266aa28ed1d753cc16966a0b0a7b969d69b (patch)
tree132e8dad950d225f350fac370ac3ee0d612ebfb6
parent06d4a24bd1516b6199c85a47aa52b946a850d508 (diff)
downloadqutebrowser-cf3c7266aa28ed1d753cc16966a0b0a7b969d69b.tar.gz
qutebrowser-cf3c7266aa28ed1d753cc16966a0b0a7b969d69b.zip
Make show_error keyword-only
-rw-r--r--qutebrowser/browser/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py
index 2f94412eb..8fead7269 100644
--- a/qutebrowser/browser/commands.py
+++ b/qutebrowser/browser/commands.py
@@ -157,7 +157,7 @@ class CommandDispatcher:
else:
return None
- def _tab_focus_last(self, show_error=True):
+ def _tab_focus_last(self, *, show_error=True):
"""Select the tab which was last focused."""
try:
tab = objreg.get('last-focused-tab', scope='window',