From b6925a0038c406a9d3a59e5566c9d09a339ee4dd Mon Sep 17 00:00:00 2001 From: ahanden Date: Mon, 13 Jul 2026 13:39:50 -0500 Subject: [PATCH] Fixed indentation for thread count warning --- reditools/tools/analyze/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reditools/tools/analyze/main.py b/reditools/tools/analyze/main.py index fbe7fcb..69fb1ed 100644 --- a/reditools/tools/analyze/main.py +++ b/reditools/tools/analyze/main.py @@ -104,7 +104,7 @@ def analyze( f"But there are only {len(temp_file_manager)} genomic " "range(s). Consider change the value of --window\n" ) - options.threads = len(temp_file_manager) + options.threads = len(temp_file_manager) if not run_pool(options, temp_file_manager): return False