pylint adjustments
This commit is contained in:
parent
c8ae405bfe
commit
801b6b90ce
@ -173,7 +173,7 @@ class WebHistory(sql.SqlTable):
|
|||||||
"""Add a new history entry as slot, called from a BrowserTab."""
|
"""Add a new history entry as slot, called from a BrowserTab."""
|
||||||
if any(url.scheme() == 'data' or
|
if any(url.scheme() == 'data' or
|
||||||
('qute', 'back') == (url.scheme(), url.host())
|
('qute', 'back') == (url.scheme(), url.host())
|
||||||
for url in (url, requested_url)):
|
for url in (url, requested_url)):
|
||||||
return
|
return
|
||||||
if url.isEmpty():
|
if url.isEmpty():
|
||||||
# things set via setHtml
|
# things set via setHtml
|
||||||
|
Loading…
Reference in New Issue
Block a user