These use tempfile.NamedTemporaryFile but allow execution without raising "Text file busy". The file is removed at exit (of the process) so no cleanup is necessary.
13 KiB
13 KiB
These use tempfile.NamedTemporaryFile but allow execution without raising "Text file busy". The file is removed at exit (of the process) so no cleanup is necessary.