Skip to content

Commit

Permalink
Update pipeline_server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TeslaZhao authored May 21, 2021
1 parent f9ecc9e commit 2a8410e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/pipeline/pipeline_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def inference(self, request, context):
resp = pipeline_service_pb2.Response()
resp.err_no = channel.ChannelDataErrcode.NO_SERVICE.value
resp.err_msg = "Failed to inference: Service name error."
resp.result = ""
return resp
resp = self._dag_executor.call(request)
return resp
Expand Down

0 comments on commit 2a8410e

Please sign in to comment.