mirror of
https://github.com/ansible/awx.git
synced 2026-05-02 07:05:28 -02:30
upgrade to the latest pexpect
see: https://github.com/pexpect/pexpect/pull/492 see: https://github.com/ansible/tower/issues/1797
This commit is contained in:
@@ -101,7 +101,7 @@ def run_pexpect(args, cwd, env, logfile,
|
||||
|
||||
child = pexpect.spawn(
|
||||
args[0], args[1:], cwd=cwd, env=env, ignore_sighup=True,
|
||||
encoding='utf-8', echo=False
|
||||
encoding='utf-8', echo=False, poll=True
|
||||
)
|
||||
child.logfile_read = logfile
|
||||
canceled = False
|
||||
|
||||
Reference in New Issue
Block a user