1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 18:30:50 +01:00

target: Fix indentation of a misaligned line

Apparently the line has an extra leading space.

Signed-off-by: Metin Kaya <metin.kaya@arm.com>
This commit is contained in:
Metin Kaya 2024-01-05 11:56:03 +00:00 committed by Marc Bonnici
parent 5a1eb4a778
commit 2f48b84e6b

View File

@ -2233,7 +2233,7 @@ class AndroidTarget(Target):
if not await self.is_screen_on.asyn():
self.execute('input keyevent 26')
if verify and not await self.is_screen_on.asyn():
raise TargetStableError('Display cannot be turned on.')
raise TargetStableError('Display cannot be turned on.')
@asyn.asyncf
async def ensure_screen_is_on_and_stays(self, verify=True, mode=7):