From 8f40e6aa40a2014866fed074e1cd9e18affdb8ce Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Mon, 20 Feb 2017 10:51:24 +0000 Subject: [PATCH] PEP8 / Pylint Fixes --- wlauto/workloads/applaunch/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wlauto/workloads/applaunch/__init__.py b/wlauto/workloads/applaunch/__init__.py index 01835781..4323ad29 100644 --- a/wlauto/workloads/applaunch/__init__.py +++ b/wlauto/workloads/applaunch/__init__.py @@ -35,7 +35,7 @@ class Applaunch(AndroidUxPerfWorkload): name = 'applaunch' description = ''' This workload launches and measures the launch time of applications for supporting workloads. - + Currently supported workloads are the ones that implement ``ApplaunchInterface``. For any workload to support this workload, it should implement the ``ApplaunchInterface``. The corresponding java file of the workload associated with the application being measured @@ -62,7 +62,7 @@ class Applaunch(AndroidUxPerfWorkload): **Test Description:** - - During the initialization and setup, the application being launched is launched + - During the initialization and setup, the application being launched is launched for the first time. The jar file of the workload of the application is moved to device at the location ``workdir`` which further implements the methods needed to measure the application launch time.