未验证 提交 711f0c9b 编写于 作者: C Chitsing KUI 提交者: GitHub

fix launch return (#51803)

上级 318c401e
......@@ -35,9 +35,9 @@ class CollectiveController(Controller):
and self.ctx.args.start_port
and self.ctx.args.ips
):
self._build_pod_with_args()
return self._build_pod_with_args()
else:
self._build_pod_with_master()
return self._build_pod_with_master()
def _build_pod_with_args(self):
self.pod.replicas = self.pod_replicas()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册