Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Signed-off-by: Koudai Yamasaki <[email protected]>
  • Loading branch information
ymski committed Nov 25, 2024
1 parent 2a3d47a commit 858639c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caret_analyze/infra/lttng/event_counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def ns_and_node_name(ns: str, name: str) -> str:
node_handle_to_node_name.get(row['node_handle'], '-')
sub_handle_to_topic_name[handler] = row['topic_name']
rmw_handle_to_node_name[row['rmw_handle']] = \
node_handle_to_node_name.get([row['node_handle']], '-')
node_handle_to_node_name.get(row['node_handle'], '-')
rmw_handle_to_topic_name[row['rmw_handle']] = row['topic_name']

for handler, row in data.timer_node_links.df.iterrows():
Expand Down

0 comments on commit 858639c

Please sign in to comment.