diff --git a/python/pipeline/operator.py b/python/pipeline/operator.py index c3bb0315fe482450823ea32cee13d0cf8141e916..740eb325a09ad245e478a88d9c0c8741db480866 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))