From f0f17734ff8cca3ba44a4d4149b43e35ba3fd47d Mon Sep 17 00:00:00 2001 From: felixhjh <852142024@qq.com> Date: Fri, 21 Jan 2022 02:22:05 +0000 Subject: [PATCH] delete tabs --- 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 29be40b4..814ddf3b 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