Skip to content

Commit

Permalink
Fix progress bar update (frequency) (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 authored May 7, 2024
1 parent f583921 commit d4d9069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pica-toolkit/src/commands/frequency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ impl Frequency {
}

let record = result.unwrap();
progress.record();

if let Some(ref matcher) = matcher {
if !matcher.is_match(
Expand All @@ -212,7 +213,6 @@ impl Frequency {
}
}

progress.record();
seen.clear();

let outcome = record.query(&query, &options);
Expand Down

0 comments on commit d4d9069

Please sign in to comment.