From 58779b8ac5495391d4eaed5a7633b8d0af22eb66 Mon Sep 17 00:00:00 2001 From: felixhjh <852142024@qq.com> Date: Tue, 23 Nov 2021 02:05:40 +0000 Subject: [PATCH] remove tracer check --- python/pipeline/dag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pipeline/dag.py b/python/pipeline/dag.py index bf6df070..3f2d104e 100644 --- a/python/pipeline/dag.py +++ b/python/pipeline/dag.py @@ -493,7 +493,7 @@ class DAG(object): is_thread_op: bool, channel_size, build_dag_each_worker: [bool, None], - tracer: [dict, None], + tracer, channel_recv_frist_arrive): self._request_name = request_name self._response_op = response_op -- GitLab