Closing stdin too early.

pull/3444/head
Michael DeHaan 11 years ago
parent ffadbc520a
commit 3b1aa092f8

@ -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. '''

Loading…
Cancel
Save