1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-04-14 06:40:52 +01:00

AndroidDevice: Pylint Fix

This commit is contained in:
Marc Bonnici 2017-05-30 11:51:02 +01:00
parent b948d28c62
commit 81bdc7251b

View File

@ -743,9 +743,7 @@ class AndroidDevice(BaseLinuxDevice): # pylint: disable=W0223
command = 'am broadcast -a android.intent.action.MEDIA_MOUNTED -d file://'
self.execute(command + dirpath, as_root=as_root)
# Internal methods: do not use outside of the class.
def _update_build_properties(self, props):
try:
def strip(somestring):