Fix lint
This commit is contained in:
parent
99170b6eac
commit
8f2ad91086
@ -73,7 +73,7 @@ class QuteSchemeHandler(schemehandler.SchemeHandler):
|
||||
data = handler()
|
||||
return schemehandler.SpecialNetworkReply(
|
||||
request, data, 'text/html', self.parent())
|
||||
except BaseException as e:
|
||||
except: # pylint: disable=bare-except
|
||||
# WORKAROUND
|
||||
# Any exception raised in here will trigger a segfault.
|
||||
# To prevent this, we return a page with the exception info.
|
||||
|
Loading…
Reference in New Issue
Block a user