summaryrefslogtreecommitdiff
path: root/qutebrowser/qutebrowser.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-12-15 19:08:15 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-12-15 19:16:55 +0100
commite65c0dd8a7ed5c1955361ff8336036422b954d3f (patch)
tree7de209641292e43d36bb40aba7fde814392af815 /qutebrowser/qutebrowser.py
parent93cd200bb71f53d4dbbba14a239bf01776bf850e (diff)
downloadqutebrowser-e65c0dd8a7ed5c1955361ff8336036422b954d3f.tar.gz
qutebrowser-e65c0dd8a7ed5c1955361ff8336036422b954d3f.zip
pylint: Re-enable bad-continuation
And lots and lots of whitespace changes.
Diffstat (limited to 'qutebrowser/qutebrowser.py')
-rw-r--r--qutebrowser/qutebrowser.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/qutebrowser/qutebrowser.py b/qutebrowser/qutebrowser.py
index ad53f45ca..fc113a5d4 100644
--- a/qutebrowser/qutebrowser.py
+++ b/qutebrowser/qutebrowser.py
@@ -74,7 +74,8 @@ def get_argparser():
"session even if one would be restored.",
action='store_true')
parser.add_argument('--target', choices=['auto', 'tab', 'tab-bg',
- 'tab-silent', 'tab-bg-silent', 'window'],
+ 'tab-silent', 'tab-bg-silent',
+ 'window'],
help="How URLs should be opened if there is already a "
"qutebrowser instance running.")
parser.add_argument('--backend', choices=['webkit', 'webengine'],