mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-14 17:22:34 +01:00
pylint fixes
This commit is contained in:
@@ -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'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user