Skip to content

Commit

Permalink
correct log
Browse files Browse the repository at this point in the history
  • Loading branch information
aashipandya authored Jan 7, 2025
1 parent 4bc3b1a commit 46b5cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/post_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ def graph_cleanup(graph):
if new_label != old_label:
relation_match[old_label]=new_label

logging.info("updated node labels : ",node_match)
logging.info("updated relationship labels : ",relation_match)
logging.info(f"updated node labels : {node_match}")
logging.info(f"updated relationship labels : {relation_match}")

# Update node labels in graph
for old_label, new_label in node_match.items():
Expand Down

0 comments on commit 46b5cc6

Please sign in to comment.