jeroenjanssens / data-science-at-the-command-line

Data Science at the Command Line
https://datascienceatthecommandline.com
Other
3.8k stars 764 forks source link

make Rio work when TMPDIR does not end with a trailing slash #23

Closed royseto closed 9 years ago

royseto commented 10 years ago

This change makes Rio work when $TMPDIR does not end with a trailing slash and the user lacks write permissions on $TMPDIR's parent directory.

For example, on one of my Ubuntu machines, my TMPDIR is set to /tmp/user/1001 (where 1001 is my userid) and /tmp/user/ is owned by root, mode 711.

jeroenjanssens commented 9 years ago

Thanks for catching this!