mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
framework/output: Whitespace
This commit is contained in:
parent
aec9a4b6fc
commit
81d4587da3
@ -44,7 +44,7 @@ class Output(object):
|
|||||||
|
|
||||||
@status.setter
|
@status.setter
|
||||||
def status(self, value):
|
def status(self, value):
|
||||||
self.result.status = value
|
self.result.status = value
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def metrics(self):
|
def metrics(self):
|
||||||
@ -286,7 +286,7 @@ class Artifact(object):
|
|||||||
which also helps WA decide how it should be handled. Currently supported
|
which also helps WA decide how it should be handled. Currently supported
|
||||||
kinds are:
|
kinds are:
|
||||||
|
|
||||||
:log: A log file. Not part of "results" as such but contains
|
:log: A log file. Not part of "results" as such but contains
|
||||||
information about the run/workload execution that be useful for
|
information about the run/workload execution that be useful for
|
||||||
diagnostics/meta analysis.
|
diagnostics/meta analysis.
|
||||||
:meta: A file containing metadata. This is not part of "results", but
|
:meta: A file containing metadata. This is not part of "results", but
|
||||||
@ -512,4 +512,4 @@ def _save_raw_config(meta_dir, state):
|
|||||||
basename = os.path.basename(source)
|
basename = os.path.basename(source)
|
||||||
dest_path = os.path.join(raw_config_dir, 'cfg{}-{}'.format(i, basename))
|
dest_path = os.path.join(raw_config_dir, 'cfg{}-{}'.format(i, basename))
|
||||||
shutil.copy(source, dest_path)
|
shutil.copy(source, dest_path)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user