Commit cb26945d by Michael DeHaan

Close the named temporary file.

parent 3b1aa092
...@@ -872,6 +872,10 @@ class Runner(object): ...@@ -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)
# ***************************************************** # *****************************************************
......
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