1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

framework/output: Whitespace

This commit is contained in:
Brendan Jackman 2017-12-06 14:56:28 +00:00 committed by marcbonnici
parent aec9a4b6fc
commit 81d4587da3

View File

@ -44,7 +44,7 @@ class Output(object):
@status.setter
def status(self, value):
self.result.status = value
self.result.status = value
@property
def metrics(self):
@ -286,7 +286,7 @@ class Artifact(object):
which also helps WA decide how it should be handled. Currently supported
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
diagnostics/meta analysis.
: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)
dest_path = os.path.join(raw_config_dir, 'cfg{}-{}'.format(i, basename))
shutil.copy(source, dest_path)