Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 80ad3e58 authored by frey_m's avatar frey_m
Browse files

Sampler: Only delete files if at least one objective defined and KEEP list empty

parent 49ccf829
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ protected:
sim->collectResults();
requested_results = sim->getResults();
if ( !this->objectives_.empty() ) {
if ( !this->objectives_.empty() && filesToKeep_m.empty() ) {
sim->cleanUp();
} else {
// if empty, we keep all files
......
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