1
0
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:
Sergei Trofimov 2015-06-18 09:30:14 +01:00
parent 9470efe410
commit a71756acda

View File

@ -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'