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