Skip to content

Commit

Permalink
🐎 change scope of warn message
Browse files Browse the repository at this point in the history
  • Loading branch information
migbro committed Feb 5, 2024
1 parent 2e5b08d commit e02d006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/annotate_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ pub fn annotate_main(
&chrom,
record.pos() + 1
);
if skip_warn == 9 { eprintln!("not reporting further warnings") }
}
if skip_warn == 9 { eprintln!("not reporting further warnings") }
skip_warn += 1;
ovcf.write(&record).expect("failed to write record");
continue;
Expand Down

0 comments on commit e02d006

Please sign in to comment.