This commit is contained in:
Florian Bruhin 2017-05-30 17:07:31 +02:00
parent eb9a0c01ba
commit 62b44c5338
2 changed files with 2 additions and 1 deletions

View File

@ -435,7 +435,7 @@ def qute_help(url):
@add_handler('backend-warning')
def qute_backend_warning(url):
def qute_backend_warning(_url):
"""Handler for qute://backend-warning."""
html = jinja.render('backend-warning.html',
distribution=version.distribution(),

View File

@ -74,6 +74,7 @@ def whitelist_generator():
## qute://... handlers
for name in qutescheme._HANDLERS: # pylint: disable=protected-access
name = name.replace('-', '_')
yield 'qutebrowser.browser.qutescheme.qute_' + name
# Other false-positives