- Updated default temporary directory from
/tmp
to python'stempfile.gettempdir()
. This should address many of the issues with temporary files being written to/tmp
, which sometimes doesn't exist, doesn't provide a lot of storage, or is not shared across cluster nodes. It is still possible that individual burrito fillings (i.e.,CommandLineApplication
derived classes) can hard code/tmp
, so care should be taken when writing those derived classes to avoid that.
Initial release.