Add pylint disable
This commit is contained in:
parent
59536828a1
commit
2ae9f14d22
@ -294,7 +294,7 @@ class WebKitElement(webelem.AbstractWebElement):
|
|||||||
if elem.get('target', None) == '_blank':
|
if elem.get('target', None) == '_blank':
|
||||||
elem['target'] = '_top'
|
elem['target'] = '_top'
|
||||||
break
|
break
|
||||||
elem = elem._parent()
|
elem = elem._parent() # pylint: disable=protected-access
|
||||||
|
|
||||||
|
|
||||||
def get_child_frames(startframe):
|
def get_child_frames(startframe):
|
||||||
|
Loading…
Reference in New Issue
Block a user