nswamy commented on issue #11646: download function should avoid race-condition URL: https://github.com/apache/incubator-mxnet/issues/11646#issuecomment-405771600 You could use `tempfile.TemporaryFile` or `tempfile.NamedTemporaryFile` that automatically [cleans up](https://docs.python.org/2/library/tempfile.html) after its closed
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
