Skip to content

Commit 674b514

Browse files
committed
Fix logging output of graph_nav_util.py
1 parent a84df04 commit 674b514

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

spot_wrapper/graph_nav_util.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,8 @@ def update_waypoints_and_edges(graph, localization_id, logger):
121121
else:
122122
edges[edge.id.to_waypoint] = [edge.id.from_waypoint]
123123
logger.info(
124-
"(Edge) from waypoint id: ",
124+
"(Edge) from waypoint id: %s and to waypoint id: %s",
125125
edge.id.from_waypoint,
126-
" and to waypoint id: ",
127126
edge.id.to_waypoint,
128127
)
129128

0 commit comments

Comments
 (0)