fix retry bug

Signed-off-by: deveco_xdevice <liguangjie1@huawei.com>
This commit is contained in:
deveco_xdevice
2022-09-02 12:21:16 +08:00
parent 4911043b72
commit 17c5ea3cf5
+1 -1
View File
@@ -433,7 +433,7 @@ class DriversThread(threading.Thread):
from _core.report.result_reporter import ResultReporter
params = ResultReporter.get_task_info_params(history_report_path)
if params:
report_data_dict = dict(params[ReportConst.report_path])
report_data_dict = dict(params[ReportConst.data_reports])
if execute_result_name in report_data_dict.keys():
return report_data_dict.get(execute_result_name)
elif execute_result_name.split(".")[0] in \