From 6940dfc41bcb2000e3c97c1ee4cf368483b1fa27 Mon Sep 17 00:00:00 2001 From: Marco Cominelli <161143279+marco-cominelli01@users.noreply.github.com> Date: Fri, 24 Oct 2025 09:43:24 +0200 Subject: [PATCH] Fix string formatting in bam file testing message --- irescue/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irescue/misc.py b/irescue/misc.py index 5c94e62..4ba7a58 100644 --- a/irescue/misc.py +++ b/irescue/misc.py @@ -168,7 +168,7 @@ def check_tags( c = 1 writerr( f"Testing bam file for {CBtag} {'and ' + UMItag if UMItag else ''}" - "tags presence. Will stop at the first occurrence.", + " tags presence. Will stop at the first occurrence.", level=1, send=verbose, )