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