From 2e5b08d66269936748394d7aa621bfd4ad270214 Mon Sep 17 00:00:00 2001 From: Miguel Brown Date: Mon, 5 Feb 2024 17:26:24 +0000 Subject: [PATCH] :hammer: added skip final warn --- src/commands/annotate_cmd.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/annotate_cmd.rs b/src/commands/annotate_cmd.rs index 9aaf5c3..c6483cc 100644 --- a/src/commands/annotate_cmd.rs +++ b/src/commands/annotate_cmd.rs @@ -138,6 +138,7 @@ pub fn annotate_main( record.pos() + 1 ); } + if skip_warn == 9 { eprintln!("not reporting further warnings") } skip_warn += 1; ovcf.write(&record).expect("failed to write record"); continue;