1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +01:00

pylint fixes.

This commit is contained in:
Sergei Trofimov
2016-10-17 11:02:41 +01:00
parent 8aa1bdc63d
commit 41b52178bb
3 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ class Skype(AndroidUxPerfWorkload):
please search online for specific instructions).
https://support.skype.com/en/faq/FA3751/can-i-automatically-answer-all-my-calls-with-video-in-skype-for-windows-desktop
'''
launch_main = False # overrides extended class
parameters = [

View File

@@ -86,4 +86,4 @@ class Youtube(AndroidUxPerfWorkload):
self.uiauto_params['search_term'] = self.search_term.replace(' ', '0space0')
# Make sure search term is set if video source is 'search'
if (self.video_source == 'search') and not self.search_term:
raise WorkloadError("Param 'search_term' must be specified when video source is 'search'")
raise WorkloadError("Param 'search_term' must be specified when video source is 'search'")