You’re going to want to close the temp file after writing to it. Just add a t.close to the end. I bet the file has buffered output.
You’re going to want to close the temp file after writing to it. Just add a t.close to the end. I bet the file has buffered output.