未验证 提交 04a16723 编写于 作者: Z zenghsh3 提交者: GitHub

fix bug of checking the startup of log_server (#355)

* fix bug of checking the startup of log_server

* add notification

* add notification

* fix rarfile error in python2
上级 942e570c
# requirements for unittest
rarfile==3.1
paddlepaddle-gpu==1.6.1.post97
gym
details
......
......@@ -88,7 +88,9 @@ def is_log_server_started(ip_address, port):
started = True
break
except:
time.sleep(3)
pass
time.sleep(3)
click.echo("Checking status of log_server...")
return started
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册