Skip to content
Snippets Groups Projects
Commit 4df4571e authored by ilor's avatar ilor
Browse files

fix wccl-run iwth multiple output prionting when `aggregate' was off

parent db927b27
Branches
No related tags found
No related merge requests found
...@@ -311,6 +311,7 @@ void Runner::run(boost::shared_ptr<Corpus2::TokenReader> reader, bool first) ...@@ -311,6 +311,7 @@ void Runner::run(boost::shared_ptr<Corpus2::TokenReader> reader, bool first)
} }
if (!outputs.empty() && !aggregate_output_) { if (!outputs.empty() && !aggregate_output_) {
output_tabular(outputs); output_tabular(outputs);
outputs.clear();
} }
if (progress_) { if (progress_) {
timer.check_slice(); timer.check_slice();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment