Close the named temporary file.

pull/4420/head
Michael DeHaan 2013-07-05 01:24:08 -04:00
parent 3b1aa092f8
commit cb26945d54
1 changed files with 4 additions and 0 deletions

View File

@ -872,6 +872,10 @@ class Runner(object):
raise
else:
results = [ self._executor(h, None) for h in hosts ]
self.lockfile.close()
return self._partition_results(results)
# *****************************************************