From 4bc3b1aeaba8f3a036d3ec40f8c81361534b5603 Mon Sep 17 00:00:00 2001 From: aashipandya <156318202+aashipandya@users.noreply.github.com> Date: Tue, 7 Jan 2025 06:59:31 +0000 Subject: [PATCH] updated log --- backend/src/post_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/post_processing.py b/backend/src/post_processing.py index 7d4d80e6..efc70b2b 100644 --- a/backend/src/post_processing.py +++ b/backend/src/post_processing.py @@ -196,7 +196,7 @@ def update_embeddings(rows, graph): def graph_cleanup(graph): nodes_and_relations = get_labels_and_relationtypes(graph) - logging.info("nodes_and_relations in existing graph : ",nodes_and_relations) + logging.info(f"nodes_and_relations in existing graph : {nodes_and_relations}") node_labels = [] relation_labels = []