Avoid leaking file handles in PythonPackage#3704
Conversation
Use read_file/write_file to avoid leaking file handles due to the missing `close` after `open`. This also improves error reporting (point to read or write)
|
Test report by @Flamefire Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
Use read_file/write_file to avoid leaking file handles due to the missing
closeafteropen. This also improves error reporting (point to read or write)