From 8d0f3896317c2a7ad7c7c942b6ee7928123094f5 Mon Sep 17 00:00:00 2001 From: huangjianhui <852142024@qq.com> Date: Thu, 20 Jan 2022 11:12:50 +0800 Subject: [PATCH] Update operator.py --- python/pipeline/operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pipeline/operator.py b/python/pipeline/operator.py index c3bb0315..740eb325 100644 --- a/python/pipeline/operator.py +++ b/python/pipeline/operator.py @@ -1367,7 +1367,7 @@ class Op(object): mkldnn_bf16_op_list, min_subgraph_size, dynamic_shape_info) if resp.err_no != CustomExceptionCode.OK.value: - _LOGGER.critical( + _LOGGER.critical( "{} 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)) -- GitLab