You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.
import envoy
c = envoy.connect('echo 111 && sleep 1 && echo 222')
c.block()
print c.status_code,c.std_err,c.std_out
output:
0 None None
expect:
0 111 222
The text was updated successfully, but these errors were encountered: