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