Add pylint disable

This commit is contained in:
Florian Bruhin 2016-10-18 06:22:45 +02:00
parent 59536828a1
commit 2ae9f14d22

View File

@ -294,7 +294,7 @@ class WebKitElement(webelem.AbstractWebElement):
if elem.get('target', None) == '_blank':
elem['target'] = '_top'
break
elem = elem._parent()
elem = elem._parent() # pylint: disable=protected-access
def get_child_frames(startframe):