Skip to content

Commit fbc529d

Browse files
committed
update test=develop
1 parent 98a0437 commit fbc529d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/transpiler/details/checkport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def wait_server_ready(endpoints):
4343
result = sock.connect_ex((ip_port[0], int(ip_port[1])))
4444
if result != 0:
4545
all_ok = False
46-
not_ready_endpoints.append(ip_port)
46+
not_ready_endpoints.append(ep)
4747
if not all_ok:
4848
sys.stderr.write("pserver not ready, wait 3 sec to retry...\n")
4949
sys.stderr.write("not ready endpoints:" + str(not_ready_endpoints) +

0 commit comments

Comments
 (0)