Close the named temporary file.
parent
3b1aa092f8
commit
cb26945d54
|
@ -872,6 +872,10 @@ class Runner(object):
|
||||||
raise
|
raise
|
||||||
else:
|
else:
|
||||||
results = [ self._executor(h, None) for h in hosts ]
|
results = [ self._executor(h, None) for h in hosts ]
|
||||||
|
|
||||||
|
|
||||||
|
self.lockfile.close()
|
||||||
|
|
||||||
return self._partition_results(results)
|
return self._partition_results(results)
|
||||||
|
|
||||||
# *****************************************************
|
# *****************************************************
|
||||||
|
|
Loading…
Reference in New Issue