allpy
view .hgeol @ 973:325d165af197
allpy.processors: use NamedTemporaryFile(..., delete=True) in favour of removing the files manually (closes #137)
While writing the relevant line I failed to read the docs properly and was under impression that delete=True refers to the hack, when one creates the file and removes it at once before writing any data to it for the sake of making the file invisible. Which is actually not the case, and the file is removed after being closed.
author | Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru> |
---|---|
date | Sat, 25 Feb 2012 20:16:51 +0400 |
parents | 61e5d8e146c7 |
children |