mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 12:28:44 +00:00
framework/workload: Fix typo and formatting
This commit is contained in:
parent
adb14442c8
commit
346ce2fb15
@ -194,7 +194,7 @@ class ApkWorkload(Workload):
|
|||||||
Parameter('strict', kind=bool,
|
Parameter('strict', kind=bool,
|
||||||
default=False,
|
default=False,
|
||||||
description="""
|
description="""
|
||||||
Whether to throw and error if the specified package cannot be found
|
Whether to throw an error if the specified package cannot be found
|
||||||
on host.
|
on host.
|
||||||
"""),
|
"""),
|
||||||
Parameter('force_install', kind=bool,
|
Parameter('force_install', kind=bool,
|
||||||
@ -212,7 +212,7 @@ class ApkWorkload(Workload):
|
|||||||
default=False,
|
default=False,
|
||||||
description="""
|
description="""
|
||||||
If ``True``, workload will check that the APK matches the target
|
If ``True``, workload will check that the APK matches the target
|
||||||
device ABI, otherwise any suitable APK found will be used.
|
device ABI, otherwise any suitable APK found will be used.
|
||||||
""")
|
""")
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user