1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Closing stdin too early.

This commit is contained in:
Michael DeHaan 2013-07-05 01:20:08 -04:00
parent ffadbc520a
commit 3b1aa092f8

View file

@ -75,8 +75,6 @@ def _executor_hook(job_queue, result_queue, new_stdin):
pass
except:
traceback.print_exc()
if new_stdin:
new_stdin.close()
class HostVars(dict):
''' A special view of setup_cache that adds values from the inventory when needed. '''