Commit 3b1aa092 by Michael DeHaan

Closing stdin too early.

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