Skip to content
Snippets Groups Projects
Commit 43b2db09 authored by Adam Kaluza's avatar Adam Kaluza
Browse files

veto on source sample

parent f86c2d99
No related branches found
No related tags found
3 merge requests!283Master,!266Master,!236Akaluza
......@@ -96,6 +96,7 @@ namespace TSBaseActions {
TQFolder* sample = samples.readNext();
if(!sample) continue;
if(matchesAny(sample,exceptSamples,"Sample.")) continue;
if(TQStringUtils::matches(sample->GetName(),"Sample."+sourceSample)) continue;
if(verbose) manager->info(TString::Format("\tfor sample '%s'",sample->GetName()));
sample->deleteObject(".Dropped!");
std::vector<TQFolder*> remove;
......
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