提交 25b70ffd 编写于 作者: A alex_hold 提交者: Gitee

update src/xdevice/_core/executor/scheduler.py.

Signed-off-by:<hejian3@huawei.com>
上级 60539ce0
......@@ -1022,8 +1022,11 @@ class Scheduler(object):
@classmethod
def upload_report_end(cls):
LOG.info("Upload report end")
if Scheduler.proxy is not None:
Scheduler.proxy.report_end()
return
from agent.factory import report_end
LOG.info("upload report end")
report_end()
@classmethod
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册