Skip to content
Snippets Groups Projects
Commit 79b25974 authored by Langella Olivier's avatar Langella Olivier
Browse files

fix temporary directory for condor

parent 4df8f664
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,9 @@ TandemCondorProcess::prepareTemporaryDirectory()
{
QSettings settings;
QString condor_tmp_dir = QString("%1/xtpcpp");
QString condor_tmp_dir =
QString("%1/xtpcpp")
.arg(settings.value("condor/tmp_dir", "/tmp").toString());
if(_p_tmp_dir != nullptr)
{
delete _p_tmp_dir;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment