mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 21:51:33 +00:00
pylint fixes
This commit is contained in:
parent
9470efe410
commit
a71756acda
@ -48,6 +48,7 @@ class ChromeOsDevice(LinuxDevice):
|
|||||||
]
|
]
|
||||||
|
|
||||||
def validate(self):
|
def validate(self):
|
||||||
|
# pylint: disable=access-member-before-definition,attribute-defined-outside-init
|
||||||
if self.password is None and not self.keyfile:
|
if self.password is None and not self.keyfile:
|
||||||
self.password = 'test0000'
|
self.password = 'test0000'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user