mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00:00 
			
		
		
		
	AndroidDevice: Pylint Fix
This commit is contained in:
		| @@ -743,9 +743,7 @@ class AndroidDevice(BaseLinuxDevice):  # pylint: disable=W0223 | |||||||
|         command = 'am broadcast -a  android.intent.action.MEDIA_MOUNTED -d file://' |         command = 'am broadcast -a  android.intent.action.MEDIA_MOUNTED -d file://' | ||||||
|         self.execute(command + dirpath, as_root=as_root) |         self.execute(command + dirpath, as_root=as_root) | ||||||
|  |  | ||||||
|  |  | ||||||
|     # Internal methods: do not use outside of the class. |     # Internal methods: do not use outside of the class. | ||||||
|  |  | ||||||
|     def _update_build_properties(self, props): |     def _update_build_properties(self, props): | ||||||
|         try: |         try: | ||||||
|             def strip(somestring): |             def strip(somestring): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user