提交 1dc06b2e 编写于 作者: A alex_hold 提交者: Gitee

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

Signed-off-by: <hejian3@huawei.com>
上级 122dfc51
......@@ -149,7 +149,7 @@ class Scheduler(object):
error_message = "%s[%s]" % (str(exception), error_no) \
if error_no else str(exception)
error_no = error_no if error_no else "00000"
LOG.exception(exception, exc_info=False, error_no=error_no)
LOG.exception(exception, exc_info=True, error_no=error_no)
finally:
Scheduler._clear_test_dict_source()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册