Make show_error keyword-only
This commit is contained in:
parent
06d4a24bd1
commit
cf3c7266aa
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user