Skip to content
Commit b8ed6735 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Fix for temp file on windows

On windows the temp file cannot be opened a second time while
it is still opened by python. Close the file in python before
asking the compiler to read it.

See https://docs.python.org/3.7/library/tempfile.html#tempfile.NamedTemporaryFile
parent 89962b76
Pipeline #13619 passed with warnings with stage
in 14 minutes and 50 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment