From 8147ac118d35213d00432e1baf7a0888c5ead4c9 Mon Sep 17 00:00:00 2001 From: huangjianhui <852142024@qq.com> Date: Thu, 20 Jan 2022 16:01:14 +0800 Subject: [PATCH] update operator.py delete tab --- 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..2593a926 100644 --- a/python/pipeline/operator.py +++ b/python/pipeline/operator.py @@ -1370,7 +1370,7 @@ class Op(object): _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)) + print("{} failed to init op: {}".format(op_info_prefix, resp.err_msg)) kill_stop_process_by_pid("kill", os.getpgid(os.getpid())) _LOGGER.info("{} Succ init".format(op_info_prefix)) -- GitLab