From 74b16cf9493f995a0a075ec7291d32203696c5f4 Mon Sep 17 00:00:00 2001 From: John Nduli Date: Thu, 13 Jun 2024 18:21:23 +0300 Subject: fix: fix incorrect parameters in index_query function --- scripts/index-genenetwork | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/index-genenetwork') diff --git a/scripts/index-genenetwork b/scripts/index-genenetwork index cccbe68..e0f6d81 100755 --- a/scripts/index-genenetwork +++ b/scripts/index-genenetwork @@ -421,7 +421,7 @@ def index_query(index_function: Callable, query: SQLQuery, except MySQLdb._exceptions.OperationalError: logging.warning("Reopening connection to recovering from SQL operational error", exc_info=True) - index_query(index_function, query, xapian_build_directory, sql_uri, i) + index_query(index_function, query, xapian_build_directory, sql_uri, sparql_uri, i) @contextlib.contextmanager -- cgit v1.2.3