mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	Misc minor fixes.
This commit is contained in:
		| @@ -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)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user