From 1b2e2beff803ab517af4c578c423c4e1cade2dc0 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 4 Sep 2026 14:53:17 -0500 Subject: Ignore an issue caught by pylint. --- scripts/run_qtlreaper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_qtlreaper.py b/scripts/run_qtlreaper.py index 2269ea6..a461d9a 100644 --- a/scripts/run_qtlreaper.py +++ b/scripts/run_qtlreaper.py @@ -108,7 +108,7 @@ def save_qtl_values_to_db(conn, qtls: tuple[dict, ...]): qtls) -def dispatch(args: Namespace) -> int: +def dispatch(args: Namespace) -> int:# pylint: disable=[too-many-locals] """Dispatch the actual logic.""" exitcode = 1 with mysqldb.database_connection(args.db_uri) as conn: -- cgit 1.4.1