Commit 3dd93ee2 by Michael DeHaan Committed by Michael DeHaan

Closing stdin too early.

parent f782c237
......@@ -74,8 +74,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. '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment