未验证 提交 6c362d20 编写于 作者: H huangjianhui 提交者: GitHub

Update operator.py

上级 01d8a091
......@@ -1368,7 +1368,7 @@ class Op(object):
if resp.err_no != CustomExceptionCode.OK.value:
_LOGGER.critical(
"{} failed to init op: {}".format(op_info_prefix, e),
"{} failed to init op: {}".format(op_info_prefix, resp.err_msg),
exc_info=False)
print("{} failed to init op: {}".format(op_info_prefix, resp.err_msg))
kill_stop_process_by_pid("kill", os.getpgid(os.getpid()))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册