pysepal.scripts.scratch#
Temporary directories that land on local disk.
On a SEPAL sandbox $TMPDIR is unset and /tmp is nfs4 under the user’s home
export, so tempfile.mkdtemp() writes to a network filesystem and against the
storage quota. /var/tmp is container-local and wiped with the session.
Functions
Whether this process runs inside a SEPAL sandbox, which exports |
|
Create a new temporary directory under |
|
Local disk on SEPAL, the stdlib temp dir anywhere else. |