Rex

Results 1 comments of Rex

Tested on Windows, the code above won't run if you don't set `delete = False` in tempfile.NamedTemporaryFile() I don't know why but this should work ` import tempfile with tempfile.NamedTemporaryFile(delete...