Skip to content

nsfarm/cli: fix function pexpect_flush

Karel Koci requested to merge bugfix/pexpect_flush into master

It turns out that nonblocking doesn't mean nonblocking in all cases. In this case when there was no input the read was blocking. The timeout set to zero solves this.

Merge request reports