1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-21 12:28:44 +00:00

target/descriptor: whitespace

This commit is contained in:
Brendan Jackman 2017-10-04 11:05:02 +01:00
parent 43f5cd793a
commit 24dc8b2a65

View File

@ -75,7 +75,7 @@ def instantiate_assistant(tdesc, params, target):
class TargetDescription(object): class TargetDescription(object):
def __init__(self, name, source, description=None, target=None, platform=None, def __init__(self, name, source, description=None, target=None, platform=None,
conn=None, assistant=None, target_params=None, platform_params=None, conn=None, assistant=None, target_params=None, platform_params=None,
conn_params=None, assistant_params=None): conn_params=None, assistant_params=None):
self.name = name self.name = name
@ -122,7 +122,7 @@ class TargetDescriptor(Plugin):
COMMON_TARGET_PARAMS = [ COMMON_TARGET_PARAMS = [
Parameter('working_directory', kind=str, Parameter('working_directory', kind=str,
description=''' description='''
On-target working directory that will be used by WA. This On-target working directory that will be used by WA. This
directory must be writable by the user WA logs in as without directory must be writable by the user WA logs in as without
the need for privilege elevation. the need for privilege elevation.
'''), '''),