Thank you for your work.
Here is a small PR to assign a value to TMPDIR only if no value is already present in your system env.
I had an issue in our cluster system where we have a dedicated directory for temporary files which is set in the TMPDIR environment variable which was overridden by this part of the code.
Let me know if I should submit PR to the dev branch instead.
Hi,
Thank you for your work. Here is a small PR to assign a value to
TMPDIR
only if no value is already present in your system env. I had an issue in our cluster system where we have a dedicated directory for temporary files which is set in theTMPDIR
environment variable which was overridden by this part of the code.Let me know if I should submit PR to the
dev
branch instead.Best regards, Kenzo