Closed tseemann closed 5 years ago
--workdir WORKDIR, -w WORKDIR Working directory, default is current directory (default: /home/linuxbrew)
If this is meant to be fast scratch, please use os.tempdir instead, which will use $TMPDIR.
os.tempdir
$TMPDIR
@tseemann workdir is the directory you are currently in. It is assumed that this would be the directory that the user wished to run bohra in I will alter the help to make this clearer
bohra
If this is meant to be fast scratch, please use
os.tempdir
instead, which will use$TMPDIR
.