Closing stdin too early.
parent
ffadbc520a
commit
3b1aa092f8
|
@ -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. '''
|
||||||
|
|
Loading…
Reference in New Issue