-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use mkstemp to generate a named temporary file #63
Comments
44 /var/tmp/pbs.1337292.pbs/tmpsunczqkv |
Your previously mentioned solution of changing tmp folder works just fine cd dMRIharmonization/lib |
I didn't know you can have write access to
I provided you a way around, but not the most desired one. Let's say you want to Please watch for updates. Thanks! |
Hint: from tempfile import gettempdir
configFile= pjoin(gettempdir(), harm_config_{getpid()}.ini') |
Hi @fedemoro,
To eliminate permission issue regarding writing to
/tmp/
directory you were facing because of this line:I would like to devise a solution for you that should also contribute to the impeccability of our software.
Can you try the following on
ipython
and let me know what you get:The text was updated successfully, but these errors were encountered: