mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
Misc minor fixes.
This commit is contained in:
parent
ebf917a8a9
commit
9c091f5339
@ -118,7 +118,7 @@ class ExecutionContext(object):
|
||||
def end_run(self):
|
||||
if self.successful_jobs:
|
||||
if self.failed_jobs:
|
||||
status = Satus.PARTIAL
|
||||
status = Status.PARTIAL
|
||||
else:
|
||||
status = Status.OK
|
||||
else:
|
||||
|
@ -161,7 +161,7 @@ class RunOutput(Output):
|
||||
def write_target_info(self, ti):
|
||||
write_pod(ti.to_pod(), self.targetfile)
|
||||
|
||||
def read_config(self):
|
||||
def read_target_config(self):
|
||||
if not os.path.isfile(self.targetfile):
|
||||
return None
|
||||
return TargetInfo.from_pod(read_pod(self.targetfile))
|
||||
|
Loading…
x
Reference in New Issue
Block a user