mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00: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