Fix lint
This commit is contained in:
parent
9cf713cbe4
commit
85c4bb823f
@ -90,7 +90,6 @@ def shell_escape(s):
|
|||||||
|
|
||||||
[1] https://en.wikibooks.org/wiki/Windows_Batch_Scripting#How_a_command_line_is_interpreted
|
[1] https://en.wikibooks.org/wiki/Windows_Batch_Scripting#How_a_command_line_is_interpreted
|
||||||
"""
|
"""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
return shlex.quote(s)
|
return shlex.quote(s)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
|
@ -327,7 +327,7 @@ class TabbedBrowser(TabWidget):
|
|||||||
|
|
||||||
@cmdutils.register(instance='mainwindow.tabs')
|
@cmdutils.register(instance='mainwindow.tabs')
|
||||||
def focus_tab(self, idx=None, count=None):
|
def focus_tab(self, idx=None, count=None):
|
||||||
"""Focus the tab given as argument or in count.
|
"""Select the tab given as argument or in count.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
idx: The tab index to focus, starting with 1.
|
idx: The tab index to focus, starting with 1.
|
||||||
|
Loading…
Reference in New Issue
Block a user